projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e16c6a
)
* test/lisp/repeat-tests.el (repeat-tests-call-b): Test for commit 588caf0b27.
author
Juri Linkov
<juri@linkov.net>
Tue, 30 Nov 2021 18:52:47 +0000
(20:52 +0200)
committer
Juri Linkov
<juri@linkov.net>
Tue, 30 Nov 2021 19:07:18 +0000
(21:07 +0200)
This tests for 'repeat-map' as a variable instead of a symbol.
test/lisp/repeat-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/repeat-tests.el
b/test/lisp/repeat-tests.el
index a1f9bbb1739d87207e18a8c29532efe6acc64a25..76abd24ea2f2b3654a0525ca422d077f51cc852b 100644
(file)
--- 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'."