lisp/vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-print-root-log.
authorMatthias Meulien <orontee@gmail.com>
Fri, 26 Jul 2013 09:49:59 +0000 (11:49 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 26 Jul 2013 09:49:59 +0000 (11:49 +0200)
lisp/ChangeLog
lisp/vc/vc-dir.el

index 28a2f5b..d7074c0 100644 (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.
index 80f7849..325e66e 100644 (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