mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
lisp/vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-print-root-log.
This commit is contained in:
parent
ed02dcfae3
commit
59070b327c
2 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue