]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert change 8e4595a... due to annoyance it causes the development team.
authorAlan Mackenzie <acm@muc.de>
Sat, 7 May 2016 20:28:18 +0000 (20:28 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 7 May 2016 20:28:18 +0000 (20:28 +0000)
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.

.dir-locals.el

index 1aa71ff6f15e40202bf270afae5d99a6a1c915a7..9853d7b5d88b558b7ebd754c6ddbd3fbd77ca0a2 100644 (file)
@@ -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)))