changeset 2701:277a358b5204

(mail-do-fcc): Don't output a newline before From...
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 May 1993 01:16:14 +0000
parents 9de57e00caf7
children 2910c8b63888
files lisp/mail/sendmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Sun May 09 01:14:47 1993 +0000
+++ b/lisp/mail/sendmail.el	Sun May 09 01:16:14 1993 +0000
@@ -377,7 +377,7 @@
 			       (% 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)