[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-fonts.el
From: |
Kim F . Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-fonts.el |
Date: |
Thu, 12 May 2005 04:57:43 -0400 |
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)