aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cc-langs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el
index 663f0d1df8..c9fb45d1d8 100644
--- a/lisp/progmodes/cc-langs.el
+++ b/lisp/progmodes/cc-langs.el
@@ -164,7 +164,8 @@ appended."
;; `c-lang-defvar'. They become a big setq in the
;; `c-init-lang-defvars' lambda below.
(defconst c-lang-defvar-init-form (list 'setq))
- (defconst c-lang-defvar-init-form-tail c-lang-defvar-init-form)
+ (defvar c-lang-defvar-init-form-tail nil)
+ (setq c-lang-defvar-init-form-tail c-lang-defvar-init-form)
(defmacro c-lang-defvar (var val)
;; Declares the buffer local variable VAR to get the value VAL at