emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 8e4595a: * .dir-locals: Amend for correct fontifica


From: Alan Mackenzie
Subject: [Emacs-diffs] master 8e4595a: * .dir-locals: Amend for correct fontification of *.[ch] containing "IF_LINT"
Date: Sat, 30 Apr 2016 17:30:49 +0000

branch: master
commit 8e4595a438fe85dd109756886cdeaeea2e665afb
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    * .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 9853d7b..1aa71ff 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]