summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2016-05-07 20:28:18 +0000
committerAlan Mackenzie <acm@muc.de>2016-05-07 20:28:18 +0000
commit2ac39b069919bf71e614202aa96194c86934988c (patch)
treef339c7a4cf0cecf0580733db6f9406febbe58e60 /.dir-locals.el
parent23a071d87d1338866bcc91b29bead290d0d3878b (diff)
downloademacs-2ac39b069919bf71e614202aa96194c86934988c.tar.gz
Revert change 8e4595a... due to annoyance it causes the development team.
Change 8e4595a438fe85dd109756886cdeaeea2e665afb from 2016-04-30 17:28:24 +0000 was an enhancement to .dir-locals to allow correct fontification of certain macro constructs. * .dir-locals.el: Remove the two forms for C Mode dealing with noise macros.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 1aa71ff6f15..9853d7b5d88 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,10 +1,7 @@
((nil . ((tab-width . 8)
(sentence-end-double-space . t)
(fill-column . 70)))
- (c-mode . ((c-file-style . "GNU")
- (c-noise-macro-with-parens-names . ("IF_LINT"))
- (eval . (c-make-noise-macro-regexps))
- ))
+ (c-mode . ((c-file-style . "GNU")))
(objc-mode . ((c-file-style . "GNU")))
(log-edit-mode . ((log-edit-font-lock-gnu-style . t)
(log-edit-setup-add-author . t)))