[PATCH] Remove unnecessary global C-c C-o binding.

Štěpán Němec stepnem at gmail.com
Sat Jul 3 11:49:52 CEST 2010


We only rebind C-o in `viper-vi-basic-map' (and in Info), so this did not even
solve the problem it was supposed to solve (there is no problem at all).
---
 vimpulse-misc-keybindings.el |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/vimpulse-misc-keybindings.el b/vimpulse-misc-keybindings.el
index b7cef03..eca488d 100644
--- a/vimpulse-misc-keybindings.el
+++ b/vimpulse-misc-keybindings.el
@@ -565,8 +565,6 @@ (define-key viper-vi-basic-map [tab] (or (key-binding [tab])
                                          (key-binding "\C-i")))
 (define-key viper-vi-basic-map "\C-i" 'vimpulse-jump-forward)
 (define-key viper-vi-basic-map "\C-o" 'vimpulse-jump-backward)
-(unless (key-binding "\C-c\C-o")
-  (global-set-key "\C-c\C-o" 'open-line)) ; some may miss this command
 
 ;;; Replace backspace
 
-- 
1.7.1


--=-=-=--



More information about the implementations-list mailing list