# HG changeset patch # User Jim Blandy # Date 725176893 0 # Node ID d4ea5385915f5813b10c195a24ea796ac5f65b2c # Parent 7e1897c2951ba23d4c0e8814ed132457fe74f467 * sendmail.el (mail-position-on-field): `end' is guaranteed to be at the beginning of the header separator; don't skip back to the end of the previous line. diff -r 7e1897c2951b -r d4ea5385915f lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Thu Dec 24 06:01:02 1992 +0000 +++ b/lisp/mail/sendmail.el Thu Dec 24 06:01:33 1992 +0000 @@ -506,7 +506,6 @@ t) (or soft (progn (goto-char end) - (skip-chars-backward "\n") (insert field ": \n") (skip-chars-backward "\n"))) nil)))