From 8e4595a438fe85dd109756886cdeaeea2e665afb Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Sat, 30 Apr 2016 17:28:24 +0000 Subject: [PATCH] * .dir-locals: Amend for correct fontification of *.[ch] containing "IF_LINT" --- .dir-locals.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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))) -- 2.39.2