diff options
| author | Paul Eggert | 1993-09-15 23:19:13 +0000 |
|---|---|---|
| committer | Paul Eggert | 1993-09-15 23:19:13 +0000 |
| commit | c574acf031b7a32fd41d72d5ef15e23ae70756cb (patch) | |
| tree | 885ce299874aa4a03669cb5ca8615395fe4f0cd5 | |
| parent | f18189940825cd4ea2ad1f86324500dde242be1e (diff) | |
| download | emacs-c574acf031b7a32fd41d72d5ef15e23ae70756cb.tar.gz emacs-c574acf031b7a32fd41d72d5ef15e23ae70756cb.zip | |
(vc-prefix-map): Bind C-x v ~ to vc-version-other-window.
| -rw-r--r-- | lisp/vc-hooks.el | 1 |
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." | |||
| 275 | (define-key vc-prefix-map "u" 'vc-revert-buffer) | 275 | (define-key vc-prefix-map "u" 'vc-revert-buffer) |
| 276 | (define-key vc-prefix-map "v" 'vc-next-action) | 276 | (define-key vc-prefix-map "v" 'vc-next-action) |
| 277 | (define-key vc-prefix-map "=" 'vc-diff) | 277 | (define-key vc-prefix-map "=" 'vc-diff) |
| 278 | (define-key vc-prefix-map "~" 'vc-version-other-window) | ||
| 278 | )) | 279 | )) |
| 279 | 280 | ||
| 280 | (provide 'vc-hooks) | 281 | (provide 'vc-hooks) |