* ido.el (ido-init-completion-maps): Remove C-v binding (Bug#5765).

This commit is contained in:
Chong Yidong 2010-04-29 11:38:08 -04:00
parent 3a07ffce2f
commit 09d0284d72
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -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))