emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-engine.el


From: Martin Stjernholm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-engine.el
Date: Wed, 16 Jul 2003 16:54:46 -0400

Index: emacs/lisp/progmodes/cc-engine.el
diff -c emacs/lisp/progmodes/cc-engine.el:1.31 
emacs/lisp/progmodes/cc-engine.el:1.32
*** emacs/lisp/progmodes/cc-engine.el:1.31      Sat Jul 12 20:20:27 2003
--- emacs/lisp/progmodes/cc-engine.el   Wed Jul 16 16:54:46 2003
***************
*** 265,271 ****
  ;; situations to speed up recognition; it isn't mandatory that font
  ;; locking is in use.  This variable is extended with the face in
  ;; `c-doc-face-name' when fontification is activated in cc-fonts.el.
! (defconst c-literal-faces
    '(font-lock-comment-face font-lock-string-face))
  
  
--- 265,271 ----
  ;; situations to speed up recognition; it isn't mandatory that font
  ;; locking is in use.  This variable is extended with the face in
  ;; `c-doc-face-name' when fontification is activated in cc-fonts.el.
! (defvar c-literal-faces
    '(font-lock-comment-face font-lock-string-face))
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]