mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; Delete two old comments about VC bindings
We wouldn't expect to change any of these longstanding bindings, now.
This commit is contained in:
parent
951e782836
commit
4e7c0489fe
2 changed files with 0 additions and 2 deletions
|
|
@ -353,7 +353,6 @@ That is, refreshing the VC-Dir buffer also hides `up-to-date' and
|
|||
(define-key map "D" #'vc-root-diff) ;; C-x v D
|
||||
(define-key map "i" #'vc-register) ;; C-x v i
|
||||
(define-key map "+" #'vc-pull) ;; C-x v +
|
||||
;; I'd prefer some kind of symmetry with vc-pull:
|
||||
(define-key map "P" #'vc-push) ;; C-x v P
|
||||
(define-key map "l" #'vc-print-log) ;; C-x v l
|
||||
(define-key map "L" #'vc-print-root-log) ;; C-x v L
|
||||
|
|
|
|||
|
|
@ -960,7 +960,6 @@ In the latter case, VC mode is deactivated for this buffer."
|
|||
"u" #'vc-revert
|
||||
"v" #'vc-next-action
|
||||
"+" #'vc-update
|
||||
;; I'd prefer some kind of symmetry with vc-update:
|
||||
"P" #'vc-push
|
||||
"=" #'vc-diff
|
||||
"D" #'vc-root-diff
|
||||
|
|
|
|||
Loading…
Reference in a new issue