; Delete two old comments about VC bindings

We wouldn't expect to change any of these longstanding bindings, now.
This commit is contained in:
Sean Whitton 2025-09-05 11:23:34 +01:00
parent 951e782836
commit 4e7c0489fe
2 changed files with 0 additions and 2 deletions

View file

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

View file

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