diff options
| author | Lars Ingebrigtsen | 2021-05-25 21:22:22 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-05-25 21:22:22 +0200 |
| commit | caf8eb0381d1fa9f2b683db7018c5438ff99c83a (patch) | |
| tree | 83efb7e7ccaad8d109a1ba12a647654a0ac5b6af | |
| parent | 0c7a7433dce1b93a685396986d3a560c9cc291f1 (diff) | |
| download | emacs-caf8eb0381d1fa9f2b683db7018c5438ff99c83a.tar.gz emacs-caf8eb0381d1fa9f2b683db7018c5438ff99c83a.zip | |
Update help-tests.el after minibuffer map change
| -rw-r--r-- | test/lisp/help-tests.el | 5 |
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 | ||
| 113 | M-g Prefix Command | ||
| 113 | M-v switch-to-completions | 114 | M-v switch-to-completions |
| 114 | 115 | ||
| 116 | M-g ESC Prefix Command | ||
| 117 | |||
| 115 | M-< minibuffer-beginning-of-buffer | 118 | M-< minibuffer-beginning-of-buffer |
| 116 | M-n next-history-element | 119 | M-n next-history-element |
| 117 | M-p previous-history-element | 120 | M-p previous-history-element |
| 118 | M-r previous-matching-history-element | 121 | M-r previous-matching-history-element |
| 119 | M-s next-matching-history-element | 122 | M-s next-matching-history-element |
| 120 | 123 | ||
| 124 | M-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 () |