]> code.delx.au - gnu-emacs/commit
Add some "safe-local-variable" declarations for compatibility with master.
authorAlan Mackenzie <acm@muc.de>
Mon, 9 May 2016 18:12:52 +0000 (18:12 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 9 May 2016 18:12:52 +0000 (18:12 +0000)
commite58f900e6d7e9118c8fd4783d87a4f122c0bccc1
tree808c920eb1674abc50e11e9b2f5fa1b9efe87117
parent3b478989df59cc33886d260137c433da5cfe4863
Add some "safe-local-variable" declarations for compatibility with master.

These enable C files from the master repository to be visited in Emacs 25
without generating irritating questions about configuration variable safety.

* lisp/progmodes/cc-vars.el: (c-string-list-p, c-string-or-string-list-p): New
functions.
(c-noise-macro-names, c-noise-macro-with-parens-names): give the
safe-local-variable property c-string-list-p.
(c-macro-names-with-semicolon): give the safe-local-variable property
c-string-or-string-list-p.
lisp/progmodes/cc-vars.el