]> git.eshelyaron.com Git - emacs.git/commit
Use defvar-keymap in tests
authorStefan Kangas <stefan@marxist.se>
Sun, 26 Dec 2021 20:52:56 +0000 (21:52 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 26 Dec 2021 20:52:56 +0000 (21:52 +0100)
commitd4353da0ad969a492c75bae130aed33ab204ed32
tree3fd9b778a7e1a282d97e0d8a37a6ccae5bf288ff
parentd8fc436bbb73634bae4b57a1a92ec6588ed2c5b1
Use defvar-keymap in tests

* test/lisp/button-tests.el (button-tests--map):
* test/lisp/emacs-lisp/edebug-tests.el (edebug-tests-keymap):
* test/lisp/help-tests.el (help-tests-remap-map)
(help-tests-major-mode-map, help-tests-minor-mode-map):
* test/lisp/kmacro-tests.el (kmacro-tests-keymap):
* test/lisp/repeat-tests.el (repeat-tests-map)
(repeat-tests-repeat-map):
* test/src/keymap-tests.el (keymap-tests-minor-mode-map)
(keymap-tests-major-mode-map): Use defvar-keymap.
test/lisp/button-tests.el
test/lisp/emacs-lisp/edebug-tests.el
test/lisp/help-tests.el
test/lisp/kmacro-tests.el
test/lisp/repeat-tests.el
test/src/keymap-tests.el