]> git.eshelyaron.com Git - emacs.git/commitdiff
Another fix for C mode fontification of w32 source files
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Oct 2017 08:19:56 +0000 (11:19 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Oct 2017 08:19:56 +0000 (11:19 +0300)
* .dir-locals.el (c-mode) <c-noise-macro-names>: Add
"CALLBACK", to correctly fontify functions with this attribute.

.dir-locals.el

index eb80d969fb4449ebcd9b7679d57d1ef628111cde..68eb58fa18bbfb6500036566e84e620be1fbcdf7 100644 (file)
@@ -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)))