Mercurial > emacs
changeset 62254:d0c188cf54da
(c-basic-matchers-before): Don't apply
font-lock-negation-char-face to ! in !=.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 12 May 2005 08:57:42 +0000 |
parents | 6bbb1e95d2f7 |
children | 14a8632a734e |
files | lisp/progmodes/cc-fonts.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cc-fonts.el Thu May 12 08:57:17 2005 +0000 +++ b/lisp/progmodes/cc-fonts.el Thu May 12 08:57:42 2005 +0000 @@ -673,7 +673,7 @@ (c-font-lock-objc-iip-decl))) nil)))))) - ("!" . font-lock-negation-char-face) + ("\\(!\\)[^=]" 1 font-lock-negation-char-face) )) (defun c-font-lock-complex-decl-prepare (limit)