summaryrefslogtreecommitdiff
path: root/lisp/mail/sendmail.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-09 01:16:14 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-09 01:16:14 +0000
commit2d4130047f292d8b2a2d07ec58ba3bc4c52c4ffb (patch)
tree74216e5eb1d8047c492710578e029fd50229301d /lisp/mail/sendmail.el
parent8896f2df11e2a46ec27ba826a277c40f7a9714c1 (diff)
downloademacs-2d4130047f292d8b2a2d07ec58ba3bc4c52c4ffb.tar.gz
emacs-2d4130047f292d8b2a2d07ec58ba3bc4c52c4ffb.tar.bz2
emacs-2d4130047f292d8b2a2d07ec58ba3bc4c52c4ffb.zip
(mail-do-fcc): Don't output a newline before From...
Diffstat (limited to 'lisp/mail/sendmail.el')
-rw-r--r--lisp/mail/sendmail.el2
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."
(% 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)