From 2d4130047f292d8b2a2d07ec58ba3bc4c52c4ffb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 9 May 1993 01:16:14 +0000 Subject: [PATCH] (mail-do-fcc): Don't output a newline before From... --- lisp/mail/sendmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (% 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)