1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(vc-prefix-map): Remove duplicate binding.

This commit is contained in:
Dan Nicolaescu 2008-05-10 03:55:00 +00:00
parent 9ad5de0c1c
commit 0108dbd656
2 changed files with 8 additions and 4 deletions

View file

@ -1,6 +1,11 @@
2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hooks.el (vc-prefix-map): Remove duplicate binding.
2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
* vc.el (vc-dir), vc-hooks.el: Tweak the VC directory bindings.
* vc.el (vc-dir):
* vc-hooks.el: Tweak the VC directory bindings.
These are now documented in the manual.
* vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p,
vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
@ -18,8 +23,8 @@
* vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el: Remove
stub implementations of, and references to, wash-log.
* vc-rcs.el (vc-rcs-comment-history),
vc-cvs.el (vc-cvs-comment-history):
* vc-rcs.el (vc-rcs-comment-history):
* vc-cvs.el (vc-cvs-comment-history):
Inline the code that used to be wash-log.
* vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)

View file

@ -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)