aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/log-edit.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el
index 42710dd8dc9..ba5a1a3d572 100644
--- a/lisp/vc/log-edit.el
+++ b/lisp/vc/log-edit.el
@@ -754,7 +754,9 @@ regardless of user name or time."
754 (log-edit-insert-changelog-entries (log-edit-files))))) 754 (log-edit-insert-changelog-entries (log-edit-files)))))
755 (log-edit-set-common-indentation) 755 (log-edit-set-common-indentation)
756 ;; Add an Author: field if appropriate. 756 ;; Add an Author: field if appropriate.
757 (when author (log-edit-add-field "Author" (car author))) 757 (when author
758 (log-edit-add-field "Author" (car author))
759 (log-edit-add-field "Summary" ""))
758 ;; Add a Fixes: field if applicable. 760 ;; Add a Fixes: field if applicable.
759 (when (consp log-edit-rewrite-fixes) 761 (when (consp log-edit-rewrite-fixes)
760 (rfc822-goto-eoh) 762 (rfc822-goto-eoh)