* .dir-locals.el (c-noise-macro-names): Remove NONVOLATILE.

This commit is contained in:
Paul Eggert 2016-08-09 11:50:44 -07:00
parent c97cd6c005
commit e13c5467fc

View 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)))