From: Paul Eggert Date: Wed, 15 Sep 1993 23:19:13 +0000 (+0000) Subject: (vc-prefix-map): Bind C-x v ~ to vc-version-other-window. X-Git-Tag: emacs-19.34~11125 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c574acf031b7a32fd41d72d5ef15e23ae70756cb;p=emacs.git (vc-prefix-map): Bind C-x v ~ to vc-version-other-window. --- diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index b258a408d56..629d5caa69a 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -275,6 +275,7 @@ Returns t if checkout was successful, nil otherwise." (define-key vc-prefix-map "u" 'vc-revert-buffer) (define-key vc-prefix-map "v" 'vc-next-action) (define-key vc-prefix-map "=" 'vc-diff) + (define-key vc-prefix-map "~" 'vc-version-other-window) )) (provide 'vc-hooks)