]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-basic-matchers-before): Don't apply
authorKim F. Storm <storm@cua.dk>
Thu, 12 May 2005 08:57:42 +0000 (08:57 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 12 May 2005 08:57:42 +0000 (08:57 +0000)
font-lock-negation-char-face to ! in !=.

lisp/progmodes/cc-fonts.el

index 74efef4133fd70698138f6bb3a701e5f37e604df..26c0bdaf60f2324aaf6248d9562867bb690ae401 100644 (file)
@@ -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)