* progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user