diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 3c1147cc32d..b2f051cf030 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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)) |