diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index c83f322e7b6..3d04e8eaef5 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el @@ -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 diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 999bf279fba..c71b2b014c5 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el @@ -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