From: Alan Mackenzie Date: Sat, 30 Apr 2016 17:28:24 +0000 (+0000) Subject: * .dir-locals: Amend for correct fontification of *.[ch] containing "IF_LINT" X-Git-Tag: emacs-26.0.90~2069 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e4595a438fe85dd109756886cdeaeea2e665afb;p=emacs.git * .dir-locals: Amend for correct fontification of *.[ch] containing "IF_LINT" --- diff --git a/.dir-locals.el b/.dir-locals.el index 9853d7b5d88..1aa71ff6f15 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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)))