aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/sendmail.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 4e2ce685ca5..950c9b50aff 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -426,6 +426,7 @@ Here are commands that move to a header field (and create it if there isn't):
426 ;; are also sometimes used and should be separators. 426 ;; are also sometimes used and should be separators.
427 (setq paragraph-start (concat (regexp-quote mail-header-separator) 427 (setq paragraph-start (concat (regexp-quote mail-header-separator)
428 "$\\|[ \t]*[a-z0-9A-Z]*>+[ \t]*$\\|[ \t]*$\\|" 428 "$\\|[ \t]*[a-z0-9A-Z]*>+[ \t]*$\\|[ \t]*$\\|"
429 "-- $\\|---+$\\|"
429 page-delimiter)) 430 page-delimiter))
430 (setq paragraph-separate paragraph-start) 431 (setq paragraph-separate paragraph-start)
431 (run-hooks 'text-mode-hook 'mail-mode-hook)) 432 (run-hooks 'text-mode-hook 'mail-mode-hook))