Mercurial > emacs
changeset 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 | 048b0517e63d |
children | b881031be46c |
files | lisp/progmodes/cc-engine.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))