From 5ba65c038f76705077234087966fd5c3707fe1c1 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Thu, 12 May 2005 08:57:42 +0000 Subject: [PATCH] (c-basic-matchers-before): Don't apply font-lock-negation-char-face to ! in !=. --- lisp/progmodes/cc-fonts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2