* lisp/vc/log-view.el (log-view-mode-map): Bind revert-buffer.
This commit is contained in:
parent
446b12da60
commit
293e7c22cb
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* vc/log-view.el (log-view-mode-map): Bind revert-buffer.
|
||||
|
||||
2010-10-10 Daiki Ueno <ueno@unixuser.org>
|
||||
|
||||
* epa.el (epa-passphrase-callback-function): Display filename
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@
|
|||
(easy-mmode-defmap log-view-mode-map
|
||||
'(("z" . kill-this-buffer)
|
||||
("q" . quit-window)
|
||||
("g" . revert-buffer)
|
||||
("m" . log-view-toggle-mark-entry)
|
||||
("e" . log-view-modify-change-comment)
|
||||
("d" . log-view-diff)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue