Skip to content

Commit

Permalink
* test/lisp/repeat-tests.el (repeat-tests-call-b): Test for commit 58…
Browse files Browse the repository at this point in the history
…8caf0.

This tests for 'repeat-map' as a variable instead of a symbol.
  • Loading branch information
link0ff committed Nov 30, 2021
1 parent 9e16c6a commit 6d5886e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lisp/repeat-tests.el
Expand Up @@ -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'."
Expand Down

0 comments on commit 6d5886e

Please sign in to comment.