Skip to content

Commit

Permalink
Another fix for C mode fontification of w32 source files
Browse files Browse the repository at this point in the history
* .dir-locals.el (c-mode) <c-noise-macro-names>: Add
"CALLBACK", to correctly fontify functions with this attribute.
  • Loading branch information
Eli-Zaretskii committed Oct 14, 2017
1 parent 05aadd8 commit eda9f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(sentence-end-double-space . t)
(fill-column . 70)))
(c-mode . ((c-file-style . "GNU")
(c-noise-macro-names . ("UNINIT" "ALIGN_STACK"))))
(c-noise-macro-names . ("UNINIT" "CALLBACK" "ALIGN_STACK"))))
(objc-mode . ((c-file-style . "GNU")))
(log-edit-mode . ((log-edit-font-lock-gnu-style . t)
(log-edit-setup-add-author . t)))
Expand Down

0 comments on commit eda9f50

Please sign in to comment.