aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-01-11 21:13:05 -0500
committerGlenn Morris2012-01-11 21:13:05 -0500
commit403993a8a646887193dd7b8a01cf16137cd89a1e (patch)
tree33e0e6d2f57e5d97c9d9adb16bad92598cb1471c
parent328f984d70661aa21764943f6288314c249537a5 (diff)
downloademacs-403993a8a646887193dd7b8a01cf16137cd89a1e.tar.gz
emacs-403993a8a646887193dd7b8a01cf16137cd89a1e.zip
Tweak comment from previous change.
-rw-r--r--lisp/mail/sendmail.el4
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 "--\\( \\|-+\\)$\\|"