Mercurial > emacs
changeset 4726:f7a2f8a2f883
(vc-prefix-map): Bind C-x v ~ to vc-version-other-window.
| author | Paul Eggert <eggert@twinsun.com> |
|---|---|
| date | Wed, 15 Sep 1993 23:19:13 +0000 |
| parents | 126cf4bdfd35 |
| children | ca337641008d |
| files | lisp/vc-hooks.el |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-hooks.el Wed Sep 15 23:19:13 1993 +0000 +++ b/lisp/vc-hooks.el Wed Sep 15 23:19:13 1993 +0000 @@ -275,6 +275,7 @@ (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)
