emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 2ac39b0: Revert change 8e4595a... due to annoyance


From: Alan Mackenzie
Subject: [Emacs-diffs] master 2ac39b0: Revert change 8e4595a... due to annoyance it causes the development team.
Date: Sat, 7 May 2016 20:35:13 +0000 (UTC)

branch: master
commit 2ac39b069919bf71e614202aa96194c86934988c
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    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.
---
 .dir-locals.el |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 1aa71ff..9853d7b 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)))



reply via email to

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