# HG changeset patch # User Martin Stjernholm # Date 1058388886 0 # Node ID 668a21083a476a137b38ccc38a848d87dd3bb857 # Parent 048b0517e63d7886a9834e3d3c2ec5f3ddab25ed (c-literal-faces): Declare as a variable since it might be modified. diff -r 048b0517e63d -r 668a21083a47 lisp/progmodes/cc-engine.el --- 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))