emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106851: Tweak comment from previous


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106851: Tweak comment from previous change.
Date: Wed, 11 Jan 2012 21:13:05 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106851
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-01-11 21:13:05 -0500
message:
  Tweak comment from previous change.
modified:
  lisp/mail/sendmail.el
=== modified file 'lisp/mail/sendmail.el'
--- a/lisp/mail/sendmail.el     2012-01-12 02:05:15 +0000
+++ b/lisp/mail/sendmail.el     2012-01-12 02:13:05 +0000
@@ -745,8 +745,8 @@
   ;; are also sometimes used and should be separators.
   (setq paragraph-separate
        (concat (regexp-quote mail-header-separator)
-               ;; This is based on adaptive-fill-regexp.
-               ;; Presumably the idea is to allow filling of cited paragraphs.
+               ;; This is based on adaptive-fill-regexp (presumably
+               ;; the idea is to allow navigation etc of cited paragraphs).
                "$\\|\t*[-–!|#%;>*·•‣⁃◦ ]+$"
                "\\|[ \t]*[-[:alnum:]]*>+[ \t]*$\\|[ \t]*$\\|"
                "--\\( \\|-+\\)$\\|"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]