* lisp/vc/log-edit.el (log-edit): Add "Author:" header to encourage people
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 18 Oct 2011 13:38:09 +0000 (09:38 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 18 Oct 2011 13:38:09 +0000 (09:38 -0400)
to distinguish the author from the committer.

lisp/ChangeLog
lisp/vc/log-edit.el

index b654be9..615ba77 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
+       to distinguish the author from the committer.
+
 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
index b3f5cfb..ebbe318 100644 (file)
@@ -386,7 +386,7 @@ uses the current buffer."
       (setq setup (not setup)))
     (when setup
       (erase-buffer)
-      (insert "Summary: ")
+      (insert "Summary: \nAuthor: ")
       (save-excursion (insert "\n\n")))
     (if mode
        (funcall mode)