mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(minibuffer maps): Delete extra quote.
This commit is contained in:
parent
763da090cc
commit
4e9d1906c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue