changeset 1705:d4ea5385915f

* 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.
author Jim Blandy <jimb@redhat.com>
date Thu, 24 Dec 1992 06:01:33 +0000
parents 7e1897c2951b
children 36903f26b5cc
files lisp/mail/sendmail.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))