diff options
Diffstat (limited to 'lisp/progmodes/cc-vars.el')
-rw-r--r-- | lisp/progmodes/cc-vars.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index f830cc7edc1..f97e8d1483b 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -1645,6 +1645,7 @@ and is likely to disappear or change its form soon.") ;; `c-macro-with-semi-re' (or just copy it if it's already a re). (setq c-macro-with-semi-re (and + (boundp 'c-opt-cpp-macro-define) c-opt-cpp-macro-define (cond ((stringp c-macro-names-with-semicolon) |