From e13c5467fc0c08c6875653df56b8b54185d0c4cc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 9 Aug 2016 11:50:44 -0700 Subject: [PATCH] * .dir-locals.el (c-noise-macro-names): Remove NONVOLATILE. --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.11.4.GIT