* .dir-locals: Amend for correct fontification of *.[ch] containing "IF_LINT"

This commit is contained in:
Alan Mackenzie 2016-04-30 17:28:24 +00:00
parent 9392193be5
commit 8e4595a438

View file

@ -1,7 +1,10 @@
((nil . ((tab-width . 8)
(sentence-end-double-space . t)
(fill-column . 70)))
(c-mode . ((c-file-style . "GNU")))
(c-mode . ((c-file-style . "GNU")
(c-noise-macro-with-parens-names . ("IF_LINT"))
(eval . (c-make-noise-macro-regexps))
))
(objc-mode . ((c-file-style . "GNU")))
(log-edit-mode . ((log-edit-font-lock-gnu-style . t)
(log-edit-setup-add-author . t)))