From: Juri Linkov Date: Tue, 19 Jul 2005 14:42:40 +0000 (+0000) Subject: (diff-font-lock-keywords): Simplify comments fontifying rule. X-Git-Tag: emacs-pretest-22.0.90~7983 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=050dcc13ec3269b5dcf805a61c65ad1f905786a4;p=emacs.git (diff-font-lock-keywords): Simplify comments fontifying rule. --- diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 38aeb01877c..f10ac7d57d2 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -339,8 +339,8 @@ when editing big diffs)." (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