* progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
This commit is contained in:
parent
19bb8e6293
commit
0888c286e5
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue