aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-05-25 21:22:22 +0200
committerLars Ingebrigtsen2021-05-25 21:22:22 +0200
commitcaf8eb0381d1fa9f2b683db7018c5438ff99c83a (patch)
tree83efb7e7ccaad8d109a1ba12a647654a0ac5b6af
parent0c7a7433dce1b93a685396986d3a560c9cc291f1 (diff)
downloademacs-caf8eb0381d1fa9f2b683db7018c5438ff99c83a.tar.gz
emacs-caf8eb0381d1fa9f2b683db7018c5438ff99c83a.zip
Update help-tests.el after minibuffer map change
-rw-r--r--test/lisp/help-tests.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lisp/help-tests.el b/test/lisp/help-tests.el
index b2fec5c1bde..871417da3d2 100644
--- a/test/lisp/help-tests.el
+++ b/test/lisp/help-tests.el
@@ -110,14 +110,19 @@ C-<tab> file-cache-minibuffer-complete
110<prior> switch-to-completions 110<prior> switch-to-completions
111<up> previous-line-or-history-element 111<up> previous-line-or-history-element
112 112
113M-g Prefix Command
113M-v switch-to-completions 114M-v switch-to-completions
114 115
116M-g ESC Prefix Command
117
115M-< minibuffer-beginning-of-buffer 118M-< minibuffer-beginning-of-buffer
116M-n next-history-element 119M-n next-history-element
117M-p previous-history-element 120M-p previous-history-element
118M-r previous-matching-history-element 121M-r previous-matching-history-element
119M-s next-matching-history-element 122M-s next-matching-history-element
120 123
124M-g M-c switch-to-completions
125
121"))) 126")))
122 127
123(ert-deftest help-tests-substitute-command-keys/keymap-change () 128(ert-deftest help-tests-substitute-command-keys/keymap-change ()