aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-12-24 06:01:33 +0000
committerJim Blandy <[email protected]>1992-12-24 06:01:33 +0000
commit70f5352e869e88df58044de1a10323d589845252 (patch)
tree98c59b5c0c421cc041c49dd090123ddd232e8f7d
parent13a5fb226aed6e5e890eaedfec7d3bd866a5ba1d (diff)
* 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.
-rw-r--r--lisp/mail/sendmail.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index ccc00e952d..eafef89daf 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -506,7 +506,6 @@ the user from the mailer."
t)
(or soft
(progn (goto-char end)
- (skip-chars-backward "\n")
(insert field ": \n")
(skip-chars-backward "\n")))
nil)))