diff options
| author | Glenn Morris | 2021-01-12 05:41:13 -0800 |
|---|---|---|
| committer | Glenn Morris | 2021-01-12 05:41:13 -0800 |
| commit | d191f1589b6d06221a58c8c4e6a6441b0a2a2e49 (patch) | |
| tree | eb9abaac550fa3c84d696751c03f1db28000fb4a | |
| parent | 78ef0a72fa57c05c4be1401b2304c106a02c257d (diff) | |
| download | emacs-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.el | 4 |
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 @@ | |||
| 95 | key binding | 95 | key binding |
| 96 | --- ------- | 96 | --- ------- |
| 97 | 97 | ||
| 98 | C-g abort-recursive-edit | 98 | C-g abort-minibuffers |
| 99 | TAB minibuffer-complete | 99 | TAB minibuffer-complete |
| 100 | C-j minibuffer-complete-and-exit | 100 | C-j minibuffer-complete-and-exit |
| 101 | RET minibuffer-complete-and-exit | 101 | RET 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 |