aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1992-12-24 06:01:33 +0000
committerJim Blandy1992-12-24 06:01:33 +0000
commit70f5352e869e88df58044de1a10323d589845252 (patch)
tree98c59b5c0c421cc041c49dd090123ddd232e8f7d
parent13a5fb226aed6e5e890eaedfec7d3bd866a5ba1d (diff)
downloademacs-70f5352e869e88df58044de1a10323d589845252.tar.gz
emacs-70f5352e869e88df58044de1a10323d589845252.zip
* 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 ccc00e952da..eafef89dafe 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -506,7 +506,6 @@ the user from the mailer."
506 t) 506 t)
507 (or soft 507 (or soft
508 (progn (goto-char end) 508 (progn (goto-char end)
509 (skip-chars-backward "\n")
510 (insert field ": \n") 509 (insert field ": \n")
511 (skip-chars-backward "\n"))) 510 (skip-chars-backward "\n")))
512 nil))) 511 nil)))