diff options
author | Glenn Morris <rgm@gnu.org> | 2019-10-01 17:35:26 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-10-01 17:35:26 -0700 |
commit | b0043f688a8dbddb6a976304ddaa91eb87690436 (patch) | |
tree | bb8046df9239dffa1e34c70d7c81dccc5eca4bf1 /test/src | |
parent | ae76ce57cfc6cd062f38a3ea1146689d60e10b9c (diff) | |
download | emacs-b0043f688a8dbddb6a976304ddaa91eb87690436.tar.gz |
Update a substitute-command-keys test
* test/src/doc-tests.el (doc-test-substitute-command-keys):
Update for recent minibuffer map change.
Diffstat (limited to 'test/src')
-rw-r--r-- | test/src/doc-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/doc-tests.el b/test/src/doc-tests.el index 9bcb240a580..4cfc5a5d573 100644 --- a/test/src/doc-tests.el +++ b/test/src/doc-tests.el @@ -58,6 +58,7 @@ SPC minibuffer-complete-word M-v switch-to-completions +M-< minibuffer-beginning-of-buffer M-n next-history-element M-p previous-history-element M-r previous-matching-history-element |