]> git.eshelyaron.com Git - emacs.git/commitdiff
(minibuffer-local-map): Bind C-tab here; moved from filecache.el.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Nov 2007 12:01:04 +0000 (12:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Nov 2007 12:01:04 +0000 (12:01 +0000)
lisp/bindings.el

index 3c7237a52fa0e0658674c74d6022956b9b233530..27d8cc626062a52c3237f369560bcbe5e0618a38 100644 (file)
@@ -680,7 +680,8 @@ language you are using."
   ;; Override the global binding (which calls indent-relative via
   ;; 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 map "\t"    'self-insert-command)
+  (define-key minibuffer-local-map [C-tab] 'file-cache-minibuffer-complete))
 
 (define-key global-map "\C-u" 'universal-argument)
 (let ((i ?0))