From: Martin Stjernholm Date: Wed, 16 Jul 2003 20:54:46 +0000 (+0000) Subject: (c-literal-faces): Declare as a variable since it might be modified. X-Git-Tag: ttn-vms-21-2-B4~9314 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e33046972f31c13a5f4af04e9af785a64b02150;p=emacs.git (c-literal-faces): Declare as a variable since it might be modified. --- diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index dd1e1d62974..d036f1eca54 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -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))