From 1e33046972f31c13a5f4af04e9af785a64b02150 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Wed, 16 Jul 2003 20:54:46 +0000 Subject: [PATCH] (c-literal-faces): Declare as a variable since it might be modified. --- lisp/progmodes/cc-engine.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2