aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/buffer-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/buffer-tests.el b/test/src/buffer-tests.el
index 31a4b1ac71b..c1e5d0ebed3 100644
--- a/test/src/buffer-tests.el
+++ b/test/src/buffer-tests.el
@@ -101,7 +101,7 @@ with parameters from the *Messages* buffer modification."
101;; | Overlay test setup 101;; | Overlay test setup
102;; +==========================================================================+ 102;; +==========================================================================+
103 103
104(eval-when-compile 104(eval-and-compile
105 (defun buffer-tests--make-test-name (fn x y) 105 (defun buffer-tests--make-test-name (fn x y)
106 (intern (format "buffer-tests--%s-%s-%s" fn x y)))) 106 (intern (format "buffer-tests--%s-%s-%s" fn x y))))
107 107