]> git.eshelyaron.com Git - emacs.git/commitdiff
(minibuffer-local-map): For the command
authorJuri Linkov <juri@jurta.org>
Tue, 25 Mar 2008 21:48:28 +0000 (21:48 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 25 Mar 2008 21:48:28 +0000 (21:48 +0000)
file-cache-minibuffer-complete replace keymap minibuffer-local-map
with map which is already locally bound to minibuffer-local-map.

lisp/bindings.el

index 3c1147cc32d31050c76a6947a9b183a690453248..b2f051cf030eb939ef024b258a06114f3625b2ec 100644 (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))