projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c97cd6c
)
* .dir-locals.el (c-noise-macro-names): Remove NONVOLATILE.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 9 Aug 2016 18:50:44 +0000
(11:50 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 9 Aug 2016 18:51:16 +0000
(11:51 -0700)
.dir-locals.el
patch
|
blob
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index 97e51807e71c9e4245531c0fd6a8862d4d44d1f7..8a4a348ebd420070f2e63cca85812a4ea051e06c 100644
(file)
--- 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)))