From 0888c286e53b70c862eedd1871ed4e90b4f66d6e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 31 May 2013 00:05:55 -0700 Subject: [PATCH] * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler. --- lisp/ChangeLog | 4 ++++ lisp/progmodes/cc-vars.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c4dc36245f2..41b53a0c375 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-05-31 Glenn Morris + + * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler. + 2013-05-31 Dmitry Gutov * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p): New 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) -- 2.39.2