* .dir-locals.el (c-noise-macro-names): Remove NONVOLATILE.
This commit is contained in:
parent
c97cd6c005
commit
e13c5467fc
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue