From: Glenn Morris Date: Fri, 31 May 2013 07:05:55 +0000 (-0700) Subject: * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~116 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0888c286e53b70c862eedd1871ed4e90b4f66d6e;p=emacs.git * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler. --- 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)