/[emacs]/emacs/lisp/mail/rmail.el
ViewVC logotype

Diff of /emacs/lisp/mail/rmail.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.399 by rms, Sun Apr 17 15:55:50 2005 UTC revision 1.400 by rms, Sat Apr 23 16:36:53 2005 UTC
# Line 666  The first parenthesized expression shoul Line 666  The first parenthesized expression shoul
666                          "\\(" cite-chars "[ \t]*\\)\\)+"                          "\\(" cite-chars "[ \t]*\\)\\)+"
667                          "\\(.*\\)")                          "\\(.*\\)")
668                 (beginning-of-line) (end-of-line)                 (beginning-of-line) (end-of-line)
669                 (3 font-lock-comment-face nil t)))                 (2 font-lock-comment-delimiter-face nil t)
670                   (3 font-lock-comment-delimiter-face nil t)
671                   (4 font-lock-comment-face nil t)))
672              '("^\\(X-[a-z0-9-]+\\|In-reply-to\\|Date\\):.*\\(\n[ \t]+.*\\)*$"              '("^\\(X-[a-z0-9-]+\\|In-reply-to\\|Date\\):.*\\(\n[ \t]+.*\\)*$"
673                . font-lock-string-face))))                . font-lock-string-face))))
674    "Additional expressions to highlight in Rmail mode.")    "Additional expressions to highlight in Rmail mode.")

Legend:
Removed from v.1.399  
changed lines
  Added in v.1.400

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26