1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(minibuffer-local-map): For the command

file-cache-minibuffer-complete replace keymap minibuffer-local-map
with map which is already locally bound to minibuffer-local-map.
This commit is contained in:
Juri Linkov 2008-03-25 21:48:28 +00:00
parent 12270607de
commit 77e0c5b66b

View File

@ -777,7 +777,7 @@ language you are using."
;; indent-for-tab-command). The alignment that indent-relative tries to
;; do doesn't make much sense here since the prompt messes it up.
(define-key map "\t" 'self-insert-command)
(define-key minibuffer-local-map [C-tab] 'file-cache-minibuffer-complete))
(define-key map [C-tab] 'file-cache-minibuffer-complete))
(define-key global-map "\C-u" 'universal-argument)
(let ((i ?0))