aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
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)