emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112797: * progmodes/cc-vars.el (c-ma


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112797: * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
Date: Fri, 31 May 2013 00:05:55 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112797
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2013-05-31 00:05:55 -0700
message:
  * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
modified:
  lisp/ChangeLog
  lisp/progmodes/cc-vars.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-31 06:04:33 +0000
+++ b/lisp/ChangeLog    2013-05-31 07:05:55 +0000
@@ -1,3 +1,7 @@
+2013-05-31  Glenn Morris  <address@hidden>
+
+       * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
+
 2013-05-31  Dmitry Gutov  <address@hidden>
 
        * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p): New

=== modified file 'lisp/progmodes/cc-vars.el'
--- a/lisp/progmodes/cc-vars.el 2013-05-28 06:55:48 +0000
+++ b/lisp/progmodes/cc-vars.el 2013-05-31 07:05:55 +0000
@@ -1645,6 +1645,7 @@
   ;; `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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]