Mercurial > emacs
changeset 93206:41abeabbef6f
(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.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 25 Mar 2008 21:48:28 +0000 |
parents | 29c57be95740 |
children | ba8704a0f1e5 |
files | lisp/bindings.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Tue Mar 25 20:12:54 2008 +0000 +++ b/lisp/bindings.el Tue Mar 25 21:48:28 2008 +0000 @@ -777,7 +777,7 @@ ;; 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))