emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106852: Comments.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106852: Comments.
Date: Wed, 11 Jan 2012 23:34:46 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106852
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-01-11 23:34:46 -0800
message:
  Comments.
modified:
  lisp/mail/sendmail.el
  lisp/textmodes/fill.el
=== modified file 'lisp/mail/sendmail.el'
--- a/lisp/mail/sendmail.el     2012-01-12 02:13:05 +0000
+++ b/lisp/mail/sendmail.el     2012-01-12 07:34:46 +0000
@@ -730,6 +730,7 @@
       (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))

=== modified file 'lisp/textmodes/fill.el'
--- a/lisp/textmodes/fill.el    2012-01-05 09:46:05 +0000
+++ b/lisp/textmodes/fill.el    2012-01-12 07:34:46 +0000
@@ -93,6 +93,7 @@
   ;; 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


reply via email to

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