From 9cc92f8bd384877226545371ec3345c1a9411923 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 15 Jun 1997 07:36:22 +0000 Subject: [PATCH] (mail-mode): Let all-white lines separate paragraphs. --- lisp/mail/sendmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index b278e0cff54..5432797eb2c 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -347,7 +347,7 @@ C-c C-v mail-sent-via (add a Sent-via field for each To or CC)." ;; Lines containing just >= 3 dashes, perhaps after whitespace, ;; are also sometimes used and should be separators. (setq paragraph-start (concat (regexp-quote mail-header-separator) - "\\|$\\|" page-delimiter)) + "\\|[ \t]*$\\|" page-delimiter)) (setq paragraph-separate paragraph-start) (run-hooks 'text-mode-hook 'mail-mode-hook)) -- 2.39.5