to distinguish the author from the committer.
+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.
(setq setup (not setup)))
(when setup
(erase-buffer)
- (insert "Summary: ")
+ (insert "Summary: \nAuthor: ")
(save-excursion (insert "\n\n")))
(if mode
(funcall mode)