summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-05-10 03:55:00 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-05-10 03:55:00 +0000
commita81717e65ed5b3be3075eb3c6988a8ba296e9892 (patch)
tree3a0121eef8fa4e33e01eb4bd5e6b2ac4c88e15aa /lisp/vc-hooks.el
parent9cfc6ff57d86ae8280be58982e9ea706ca9903ae (diff)
downloademacs-a81717e65ed5b3be3075eb3c6988a8ba296e9892.tar.gz
(vc-prefix-map): Remove duplicate binding.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r--lisp/vc-hooks.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index be1e9f91fb3..e8c04684619 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -995,7 +995,6 @@ Used in `find-file-not-found-functions'."
(define-key map "+" 'vc-update)
(define-key map "=" 'vc-diff)
(define-key map "~" 'vc-revision-other-window)
- (define-key map "?" 'vc-dir)
map))
(fset 'vc-prefix-map vc-prefix-map)
(define-key global-map "\C-xv" 'vc-prefix-map)