mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
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.
This commit is contained in:
parent
78ef0a72fa
commit
d191f1589b
1 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@
|
|||
key binding
|
||||
--- -------
|
||||
|
||||
C-g abort-recursive-edit
|
||||
C-g abort-minibuffers
|
||||
TAB minibuffer-complete
|
||||
C-j minibuffer-complete-and-exit
|
||||
RET minibuffer-complete-and-exit
|
||||
|
|
@ -122,7 +122,7 @@ M-s next-matching-history-element
|
|||
|
||||
(ert-deftest help-tests-substitute-command-keys/keymap-change ()
|
||||
(with-substitute-command-keys-test
|
||||
(test "\\<minibuffer-local-must-match-map>\\[abort-recursive-edit]" "C-g")
|
||||
(test "\\<minibuffer-local-must-match-map>\\[abort-recursive-edit]" "C-]")
|
||||
(test "\\<emacs-lisp-mode-map>\\[eval-defun]" "C-M-x")))
|
||||
|
||||
(defvar help-tests-remap-map
|
||||
|
|
|
|||
Loading…
Reference in a new issue