mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(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.
This commit is contained in:
parent
12270607de
commit
77e0c5b66b
@ -777,7 +777,7 @@ language you are using."
|
|||||||
;; indent-for-tab-command). The alignment that indent-relative tries to
|
;; indent-for-tab-command). The alignment that indent-relative tries to
|
||||||
;; do doesn't make much sense here since the prompt messes it up.
|
;; 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 map [C-tab] 'file-cache-minibuffer-complete))
|
||||||
|
|
||||||
(define-key global-map "\C-u" 'universal-argument)
|
(define-key global-map "\C-u" 'universal-argument)
|
||||||
(let ((i ?0))
|
(let ((i ?0))
|
||||||
|
Loading…
Reference in New Issue
Block a user