Mercurial > emacs
changeset 79402:ffe5ab1e2653
(minibuffer-local-map): Bind C-tab here; moved from filecache.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 15 Nov 2007 12:01:04 +0000 |
parents | eb4fad5de501 |
children | 8c1044b7c90f |
files | lisp/bindings.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Thu Nov 15 12:00:15 2007 +0000 +++ b/lisp/bindings.el Thu Nov 15 12:01:04 2007 +0000 @@ -680,7 +680,8 @@ ;; 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))