Mercurial > emacs
changeset 64512:a4d1eb8d55e6
(diff-font-lock-keywords): Simplify comments fontifying rule.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 19 Jul 2005 14:42:40 +0000 |
parents | 1564c7bbebdd |
children | d96725e9e9a8 |
files | lisp/diff-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/diff-mode.el Tue Jul 19 14:23:02 2005 +0000 +++ b/lisp/diff-mode.el Tue Jul 19 14:42:40 2005 +0000 @@ -339,8 +339,8 @@ (0 diff-header-face) (1 diff-index-face prepend)) ("^Only in .*\n" . diff-nonexistent-face) ("^\\(#\\)\\(.*\\)" - (1 (eval font-lock-comment-delimiter-face)) - (2 (eval font-lock-comment-face))) + (1 font-lock-comment-delimiter-face) + (2 font-lock-comment-face)) ("^[^-=+*!<>#].*\n" (0 diff-context-face)))) (defconst diff-font-lock-defaults