diff options
Diffstat (limited to 'lisp/progmodes/cc-fonts.el')
-rw-r--r-- | lisp/progmodes/cc-fonts.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |