]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-literal-faces): Declare as a variable since it might be modified.
authorMartin Stjernholm <mast@lysator.liu.se>
Wed, 16 Jul 2003 20:54:46 +0000 (20:54 +0000)
committerMartin Stjernholm <mast@lysator.liu.se>
Wed, 16 Jul 2003 20:54:46 +0000 (20:54 +0000)
lisp/progmodes/cc-engine.el

index dd1e1d6297429c34df47e3cd64966b1264c77624..d036f1eca54c1344ca3e3b81e950d099b7b1d82c 100644 (file)
 ;; 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))
 
 \f