summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-08-09 11:50:44 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-08-09 11:51:16 -0700
commite13c5467fc0c08c6875653df56b8b54185d0c4cc (patch)
tree05f7e36cf09d6d0b94e38d90ca5a2bad95db2076 /.dir-locals.el
parentc97cd6c005e138856d99ecef86fa04674c34b779 (diff)
downloademacs-e13c5467fc0c08c6875653df56b8b54185d0c4cc.tar.gz
* .dir-locals.el (c-noise-macro-names): Remove NONVOLATILE.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 97e51807e71..8a4a348ebd4 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -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)))