1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(mail-do-fcc): Don't output a newline before From...

This commit is contained in:
Richard M. Stallman 1993-05-09 01:16:14 +00:00
parent 8896f2df11
commit 2d4130047f

View file

@ -377,7 +377,7 @@ the user from the mailer."
(% abs 60))))
(set-buffer tembuf)
(erase-buffer)
(insert "\nFrom " (user-login-name) " "
(insert "From " (user-login-name) " "
(current-time-string) "\n")
;; Insert the time zone before the year.
(forward-char -1)