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:
parent
8896f2df11
commit
2d4130047f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue