diff lisp/progmodes/cc-engine.el @ 51947:668a21083a47

(c-literal-faces): Declare as a variable since it might be modified.
author Martin Stjernholm <mast@lysator.liu.se>
date Wed, 16 Jul 2003 20:54:46 +0000
parents b5a29d6f2851
children 3a5379a0d7f3
line wrap: on
line diff
--- a/lisp/progmodes/cc-engine.el	Wed Jul 16 20:54:19 2003 +0000
+++ b/lisp/progmodes/cc-engine.el	Wed Jul 16 20:54:46 2003 +0000
@@ -265,7 +265,7 @@
 ;; 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
+(defvar c-literal-faces
   '(font-lock-comment-face font-lock-string-face))