]> git.eshelyaron.com Git - emacs.git/commitdiff
* .dir-locals.el (c-noise-macro-names): Remove NONVOLATILE.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Aug 2016 18:50:44 +0000 (11:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Aug 2016 18:51:16 +0000 (11:51 -0700)
.dir-locals.el

index 97e51807e71c9e4245531c0fd6a8862d4d44d1f7..8a4a348ebd420070f2e63cca85812a4ea051e06c 100644 (file)
@@ -2,7 +2,7 @@
          (sentence-end-double-space . t)
          (fill-column . 70)))
  (c-mode . ((c-file-style . "GNU")
-            (c-noise-macro-names . ("NONVOLATILE" "UNINIT"))))
+            (c-noise-macro-names . ("UNINIT"))))
  (objc-mode . ((c-file-style . "GNU")))
  (log-edit-mode . ((log-edit-font-lock-gnu-style . t)
                    (log-edit-setup-add-author . t)))