diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-16 17:16:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-16 17:16:12 +0000 |
commit | 56dc1da289105eba53fbc4e132448f762570a1f8 (patch) | |
tree | 18257135c94a7cab9a9b2c139908a38e6fe18122 /lisp/menu-bar.el | |
parent | 6b2ca2584c8a5eb66daec63798ceb451003bb2c4 (diff) | |
download | emacs-56dc1da289105eba53fbc4e132448f762570a1f8.tar.gz |
(minibuffer maps): Delete extra quote.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index de310b93450..986f61e6c54 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -624,7 +624,7 @@ A large number or nil slows down menu responsiveness.") (define-key map [menu-bar minibuf space] '("Complete Word" . minibuffer-complete-word)) (define-key map [menu-bar minibuf tab] - '("Complete" . 'minibuffer-complete)) + '("Complete" . minibuffer-complete)) )) (list minibuffer-local-must-match-map minibuffer-local-completion-map)) |