* ido.el (ido-init-completion-maps): Remove C-v binding (Bug#5765).
This commit is contained in:
parent
3a07ffce2f
commit
09d0284d72
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-04-29 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* ido.el (ido-init-completion-maps): Remove C-v binding (Bug#5765).
|
||||
|
||||
2010-04-29 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* minibuffer.el (tags-completion-at-point-function): New function.
|
||||
|
|
|
@ -1624,7 +1624,6 @@ This function also adds a hook to the minibuffer."
|
|||
(define-key map "\C-o" 'ido-copy-current-word)
|
||||
(define-key map "\C-w" 'ido-copy-current-file-name)
|
||||
(define-key map [(meta ?l)] 'ido-toggle-literal)
|
||||
(define-key map "\C-v" 'ido-toggle-vc)
|
||||
(set-keymap-parent map ido-file-dir-completion-map)
|
||||
(setq ido-file-completion-map map))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue