]> git.eshelyaron.com Git - emacs.git/commitdiff
Comments.
authorGlenn Morris <rgm@gnu.org>
Thu, 12 Jan 2012 07:34:46 +0000 (23:34 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 12 Jan 2012 07:34:46 +0000 (23:34 -0800)
lisp/mail/sendmail.el
lisp/textmodes/fill.el

index 58a7a2c3729d3b438e0e563ea9570745650a7fdd..18d928e4b908f88b3a6792c5bda6b1d62f96da7b 100644 (file)
@@ -730,6 +730,7 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and
       (set (make-local-variable 'comment-start-skip)
           (concat "^" (regexp-quote mail-yank-prefix) "[ \t]*")))
   (make-local-variable 'adaptive-fill-regexp)
+  ;; Also update the paragraph-separate entry if you change this.
   (setq adaptive-fill-regexp
        (concat "[ \t]*[-[:alnum:]]+>+[ \t]*\\|"
                adaptive-fill-regexp))
index d3fa49491d42b17754194d11b570e543a3511f02..08254c6f5f73630287e2ae69ee748723ac597ee7 100644 (file)
@@ -93,6 +93,7 @@ reinserts the fill prefix in each resulting line."
   ;; Added `!' for doxygen comments starting with `//!' or `/*!'.
   ;; Added `%' for TeX comments.
   ;; RMS: deleted the code to match `1.' and `(1)'.
+  ;; Update mail-mode's paragraph-separate if you change this.
   (purecopy "[ \t]*\\([-–!|#%;>*·•‣⁃◦]+[ \t]*\\)*")
   "Regexp to match text at start of line that constitutes indentation.
 If Adaptive Fill mode is enabled, a prefix matching this pattern