From da05c60b0621cf33161bb4335153f75ff5c29d91 Mon Sep 17 00:00:00 2001 From: Tom Dalziel Date: Mon, 19 Feb 2024 12:50:03 +0100 Subject: Fix tests --- test/evil-surround-test.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/evil-surround-test.el b/test/evil-surround-test.el index 0ebd4c4..41b2d04 100644 --- a/test/evil-surround-test.el +++ b/test/evil-surround-test.el @@ -5,8 +5,8 @@ (require 'evil-test-helpers) ;; interactive test helper (this is the standard configuration) -(evil-add-to-alist - 'evil-surround-pairs-alist +(evil--add-to-alist + evil-surround-pairs-alist ?\) '("(" . ")") ?\] '("[" . "]") ?\} '("{" . "}") -- cgit v1.0