From 1b10adb6822fe1fc2eb503caa43e5c75da197394 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 27 Nov 2013 20:49:25 -0500 Subject: [PATCH] * lisp/vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers. --- lisp/ChangeLog | 4 ++++ lisp/vc/vc-dispatcher.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3b76c81f79d..6cd0044dbbf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-11-28 Stefan Monnier + + * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers. + 2013-11-27 Glenn Morris * international/charprop.el, international/uni-bidi.el: diff --git a/lisp/vc/vc-dispatcher.el b/lisp/vc/vc-dispatcher.el index 62fb72d0fbc..a71d80da61a 100644 --- a/lisp/vc/vc-dispatcher.el +++ b/lisp/vc/vc-dispatcher.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. -- 2.39.2