emacs-diffs
[Top][All Lists]
Advanced

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

master caf8eb0: Update help-tests.el after minibuffer map change


From: Lars Ingebrigtsen
Subject: master caf8eb0: Update help-tests.el after minibuffer map change
Date: Tue, 25 May 2021 15:22:34 -0400 (EDT)

branch: master
commit caf8eb0381d1fa9f2b683db7018c5438ff99c83a
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Update help-tests.el after minibuffer map change
---
 test/lisp/help-tests.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/lisp/help-tests.el b/test/lisp/help-tests.el
index b2fec5c..871417d 100644
--- a/test/lisp/help-tests.el
+++ b/test/lisp/help-tests.el
@@ -110,14 +110,19 @@ C-<tab>           file-cache-minibuffer-complete
 <prior>                switch-to-completions
 <up>           previous-line-or-history-element
 
+M-g            Prefix Command
 M-v            switch-to-completions
 
+M-g ESC                Prefix Command
+
 M-<            minibuffer-beginning-of-buffer
 M-n            next-history-element
 M-p            previous-history-element
 M-r            previous-matching-history-element
 M-s            next-matching-history-element
 
+M-g M-c                switch-to-completions
+
 ")))
 
 (ert-deftest help-tests-substitute-command-keys/keymap-change ()



reply via email to

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