aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2021-01-12 05:41:13 -0800
committerGlenn Morris2021-01-12 05:41:13 -0800
commitd191f1589b6d06221a58c8c4e6a6441b0a2a2e49 (patch)
treeeb9abaac550fa3c84d696751c03f1db28000fb4a
parent78ef0a72fa57c05c4be1401b2304c106a02c257d (diff)
downloademacs-d191f1589b6d06221a58c8c4e6a6441b0a2a2e49.tar.gz
emacs-d191f1589b6d06221a58c8c4e6a6441b0a2a2e49.zip
Update substitute-command-keys tests, again
* test/lisp/help-tests.el (help-tests-substitute-command-keys/keymaps) (help-tests-substitute-command-keys/keymap-change): Update following recent minibuffer changes.
-rw-r--r--test/lisp/help-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/help-tests.el b/test/lisp/help-tests.el
index 835d9fe7949..8034764741c 100644
--- a/test/lisp/help-tests.el
+++ b/test/lisp/help-tests.el
@@ -95,7 +95,7 @@
95key binding 95key binding
96--- ------- 96--- -------
97 97
98C-g abort-recursive-edit 98C-g abort-minibuffers
99TAB minibuffer-complete 99TAB minibuffer-complete
100C-j minibuffer-complete-and-exit 100C-j minibuffer-complete-and-exit
101RET minibuffer-complete-and-exit 101RET minibuffer-complete-and-exit
@@ -122,7 +122,7 @@ M-s next-matching-history-element
122 122
123(ert-deftest help-tests-substitute-command-keys/keymap-change () 123(ert-deftest help-tests-substitute-command-keys/keymap-change ()
124 (with-substitute-command-keys-test 124 (with-substitute-command-keys-test
125 (test "\\<minibuffer-local-must-match-map>\\[abort-recursive-edit]" "C-g") 125 (test "\\<minibuffer-local-must-match-map>\\[abort-recursive-edit]" "C-]")
126 (test "\\<emacs-lisp-mode-map>\\[eval-defun]" "C-M-x"))) 126 (test "\\<emacs-lisp-mode-map>\\[eval-defun]" "C-M-x")))
127 127
128(defvar help-tests-remap-map 128(defvar help-tests-remap-map