]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-prefix-map): Bind C-x v ~ to vc-version-other-window.
authorPaul Eggert <eggert@twinsun.com>
Wed, 15 Sep 1993 23:19:13 +0000 (23:19 +0000)
committerPaul Eggert <eggert@twinsun.com>
Wed, 15 Sep 1993 23:19:13 +0000 (23:19 +0000)
lisp/vc-hooks.el

index b258a408d563a472018374764ca53bbe7f331168..629d5caa69a8de804fc0fff9b9eaedb527e4690c 100644 (file)
@@ -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)