From: Kim F. Storm Date: Thu, 12 May 2005 08:57:42 +0000 (+0000) Subject: (c-basic-matchers-before): Don't apply X-Git-Tag: ttn-vms-21-2-B4~375 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ba65c038f76705077234087966fd5c3707fe1c1;p=emacs.git (c-basic-matchers-before): Don't apply font-lock-negation-char-face to ! in !=. --- diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index 74efef4133f..26c0bdaf60f 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el @@ -673,7 +673,7 @@ casts and declarations are fontified. Used on level 2 and higher." (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)