(rmail-font-lock-keywords): Avoid old-style font-lock*-face
variables
* lisp/mail/rmail.el (rmail-font-lock-keywords): Refer directly to the font-lock faces.
This commit is contained in:
parent
90d3b3408e
commit
0b855e1465
1 changed files with 2 additions and 2 deletions
|
@ -805,8 +805,8 @@ that knows the exact ordering of the \\( \\) subexpressions.")
|
|||
"\\(" cite-chars "[ \t]*\\)\\)+\\)"
|
||||
"\\(.*\\)")
|
||||
(beginning-of-line) (end-of-line)
|
||||
(1 font-lock-comment-delimiter-face nil t)
|
||||
(5 font-lock-comment-face nil t)))
|
||||
(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]+.*\\)*$"
|
||||
. 'rmail-header-name))))
|
||||
"Additional expressions to highlight in Rmail mode.")
|
||||
|
|
Loading…
Add table
Reference in a new issue