Index: emacs/lisp/progmodes/cc-fonts.el
diff -c emacs/lisp/progmodes/cc-fonts.el:1.8 
emacs/lisp/progmodes/cc-fonts.el:1.9
*** emacs/lisp/progmodes/cc-fonts.el:1.8        Thu May  5 19:02:47 2005
--- emacs/lisp/progmodes/cc-fonts.el    Thu May 12 08:57:42 2005
***************
*** 673,679 ****
                      (c-font-lock-objc-iip-decl)))
                  nil))))))
  
!       ("!" . font-lock-negation-char-face)
        ))
  
  (defun c-font-lock-complex-decl-prepare (limit)
--- 673,679 ----
                      (c-font-lock-objc-iip-decl)))
                  nil))))))
  
!       ("\\(!\\)[^=]" 1 font-lock-negation-char-face)
        ))
  
  (defun c-font-lock-complex-decl-prepare (limit)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to