emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d191f15: Update substitute-command-keys tests, again


From: Glenn Morris
Subject: master d191f15: Update substitute-command-keys tests, again
Date: Tue, 12 Jan 2021 08:41:25 -0500 (EST)

branch: master
commit d191f1589b6d06221a58c8c4e6a6441b0a2a2e49
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    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.
---
 test/lisp/help-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/lisp/help-tests.el b/test/lisp/help-tests.el
index 835d9fe..8034764 100644
--- a/test/lisp/help-tests.el
+++ b/test/lisp/help-tests.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]