diff options
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 4c3da7b2e54..9134c34095c 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -377,7 +377,7 @@ the user from the mailer." | |||
| 377 | (% abs 60)))) | 377 | (% abs 60)))) |
| 378 | (set-buffer tembuf) | 378 | (set-buffer tembuf) |
| 379 | (erase-buffer) | 379 | (erase-buffer) |
| 380 | (insert "\nFrom " (user-login-name) " " | 380 | (insert "From " (user-login-name) " " |
| 381 | (current-time-string) "\n") | 381 | (current-time-string) "\n") |
| 382 | ;; Insert the time zone before the year. | 382 | ;; Insert the time zone before the year. |
| 383 | (forward-char -1) | 383 | (forward-char -1) |