diff options
| -rw-r--r-- | lisp/mail/sendmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index a77918c5b1f..58a7a2c3729 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -745,8 +745,8 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and | |||
| 745 | ;; are also sometimes used and should be separators. | 745 | ;; are also sometimes used and should be separators. |
| 746 | (setq paragraph-separate | 746 | (setq paragraph-separate |
| 747 | (concat (regexp-quote mail-header-separator) | 747 | (concat (regexp-quote mail-header-separator) |
| 748 | ;; This is based on adaptive-fill-regexp. | 748 | ;; This is based on adaptive-fill-regexp (presumably |
| 749 | ;; Presumably the idea is to allow filling of cited paragraphs. | 749 | ;; the idea is to allow navigation etc of cited paragraphs). |
| 750 | "$\\|\t*[-–!|#%;>*·•‣⁃◦ ]+$" | 750 | "$\\|\t*[-–!|#%;>*·•‣⁃◦ ]+$" |
| 751 | "\\|[ \t]*[-[:alnum:]]*>+[ \t]*$\\|[ \t]*$\\|" | 751 | "\\|[ \t]*[-[:alnum:]]*>+[ \t]*$\\|[ \t]*$\\|" |
| 752 | "--\\( \\|-+\\)$\\|" | 752 | "--\\( \\|-+\\)$\\|" |