* lisp/vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
This commit is contained in:
parent
de27f8abfd
commit
1b10adb682
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
|
||||
|
||||
2013-11-27 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* international/charprop.el, international/uni-bidi.el:
|
||||
|
|
|
@ -596,7 +596,7 @@ NOT-URGENT means it is ok to continue if the user says not to save."
|
|||
(setq default-directory
|
||||
(buffer-local-value 'default-directory vc-parent-buffer))
|
||||
(log-edit 'vc-finish-logentry
|
||||
nil
|
||||
t
|
||||
`((log-edit-listfun . (lambda ()
|
||||
;; FIXME: Should expand the list
|
||||
;; for directories.
|
||||
|
|
Loading…
Add table
Reference in a new issue