mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* test/lisp/repeat-tests.el (repeat-tests-call-b): Test for commit 588caf0b27.
This tests for 'repeat-map' as a variable instead of a symbol.
This commit is contained in:
parent
9e16c6a96d
commit
6d5886e780
|
|
@ -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'."
|
||||
|
|
|
|||
Loading…
Reference in a new issue