diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-09 11:50:44 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-09 11:51:16 -0700 |
commit | e13c5467fc0c08c6875653df56b8b54185d0c4cc (patch) | |
tree | 05f7e36cf09d6d0b94e38d90ca5a2bad95db2076 /.dir-locals.el | |
parent | c97cd6c005e138856d99ecef86fa04674c34b779 (diff) |
* .dir-locals.el (c-noise-macro-names): Remove NONVOLATILE.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 97e51807e7..8a4a348ebd 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))) |