]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
authorGlenn Morris <rgm@gnu.org>
Fri, 31 May 2013 07:05:55 +0000 (00:05 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 31 May 2013 07:05:55 +0000 (00:05 -0700)
lisp/ChangeLog
lisp/progmodes/cc-vars.el

index c4dc36245f23ad6c65b6e1ba773d751bd4acd6b5..41b53a0c37578c0a643a1bb1544e5899821a4641 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-31  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
+
 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
 
        * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p): New
index f830cc7edc1606b5303879fafe35cdd85c8eeaef..f97e8d1483b43bcbed4956f5d354e4aa5e16550f 100644 (file)
@@ -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)