diff --git a/test/lisp/repeat-tests.el b/test/lisp/repeat-tests.el index a1f9bbb1739d..76abd24ea2f2 100644 --- a/test/lisp/repeat-tests.el +++ b/test/lisp/repeat-tests.el @@ -47,7 +47,7 @@ map) "Keymap for repeating sequences.") (put 'repeat-tests-call-a 'repeat-map 'repeat-tests-repeat-map) -(put 'repeat-tests-call-b 'repeat-map 'repeat-tests-repeat-map) +(put 'repeat-tests-call-b 'repeat-map repeat-tests-repeat-map) (defmacro with-repeat-mode (&rest body) "Create environment for testing `repeat-mode'."