emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mail/rmail.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el
Date: Sun, 24 Apr 2005 17:32:28 -0400

Index: emacs/lisp/mail/rmail.el
diff -c emacs/lisp/mail/rmail.el:1.400 emacs/lisp/mail/rmail.el:1.401
*** emacs/lisp/mail/rmail.el:1.400      Sat Apr 23 16:36:53 2005
--- emacs/lisp/mail/rmail.el    Sun Apr 24 21:32:28 2005
***************
*** 662,674 ****
            ;; Use MATCH-ANCHORED to effectively anchor the regexp left side.
            `(,cite-chars
              (,(concat "\\=[ \t]*"
!                       "\\(\\([" cite-prefix "]+[" cite-suffix "]*\\)?"
!                       "\\(" cite-chars "[ \t]*\\)\\)+"
                        "\\(.*\\)")
               (beginning-of-line) (end-of-line)
!              (2 font-lock-comment-delimiter-face nil t)
!              (3 font-lock-comment-delimiter-face nil t)
!              (4 font-lock-comment-face nil t)))
            '("^\\(X-[a-z0-9-]+\\|In-reply-to\\|Date\\):.*\\(\n[ \t]+.*\\)*$"
              . font-lock-string-face))))
    "Additional expressions to highlight in Rmail mode.")
--- 662,673 ----
            ;; Use MATCH-ANCHORED to effectively anchor the regexp left side.
            `(,cite-chars
              (,(concat "\\=[ \t]*"
!                       "\\(\\(\\([" cite-prefix "]+[" cite-suffix "]*\\)?"
!                       "\\(" cite-chars "[ \t]*\\)\\)+\\)"
                        "\\(.*\\)")
               (beginning-of-line) (end-of-line)
!              (1 font-lock-comment-delimiter-face nil t)
!              (5 font-lock-comment-face nil t)))
            '("^\\(X-[a-z0-9-]+\\|In-reply-to\\|Date\\):.*\\(\n[ \t]+.*\\)*$"
              . font-lock-string-face))))
    "Additional expressions to highlight in Rmail mode.")




reply via email to

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