lisp/vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-print-root-log.

This commit is contained in:
Matthias Meulien 2013-07-26 11:49:59 +02:00 committed by Juanma Barranquero
parent ed02dcfae3
commit 59070b327c
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-07-26 Matthias Meulien <orontee@gmail.com>
* vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-print-root-log.
2013-07-26 Richard Stallman <rms@gnu.org>
Add aliases for encrypting mail.

View file

@ -240,6 +240,7 @@ See `run-hooks'."
(define-key map "i" 'vc-register) ;; C-x v i
(define-key map "+" 'vc-update) ;; C-x v +
(define-key map "l" 'vc-print-log) ;; C-x v l
(define-key map "L" 'vc-print-root-log) ;; C-x v L
;; More confusing than helpful, probably
;;(define-key map "R" 'vc-revert) ;; u is taken by vc-dir-unmark.
;;(define-key map "A" 'vc-annotate) ;; g is taken by revert-buffer