From: Paul Eggert Date: Tue, 9 Aug 2016 18:50:44 +0000 (-0700) Subject: * .dir-locals.el (c-noise-macro-names): Remove NONVOLATILE. X-Git-Tag: emacs-26.0.90~1759 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e13c5467fc0c08c6875653df56b8b54185d0c4cc;p=emacs.git * .dir-locals.el (c-noise-macro-names): Remove NONVOLATILE. --- 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)))