summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1993-09-15 23:19:13 +0000
committerPaul Eggert <eggert@twinsun.com>1993-09-15 23:19:13 +0000
commitc574acf031b7a32fd41d72d5ef15e23ae70756cb (patch)
tree885ce299874aa4a03669cb5ca8615395fe4f0cd5 /lisp/vc-hooks.el
parentf18189940825cd4ea2ad1f86324500dde242be1e (diff)
downloademacs-c574acf031b7a32fd41d72d5ef15e23ae70756cb.tar.gz
(vc-prefix-map): Bind C-x v ~ to vc-version-other-window.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r--lisp/vc-hooks.el1
1 files changed, 1 insertions, 0 deletions
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)