]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix fontification of ALIGN_STACK functions
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Oct 2017 08:17:34 +0000 (11:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Oct 2017 08:17:34 +0000 (11:17 +0300)
* .dir-locals.el (c-mode) <c-noise-macro-names>: Add
"ALIGN_STACK", to correctly fontify functions with this attribute.

.dir-locals.el

index a3705f4d93c76b7ab9ae1f3d1eeba61dcd8d1311..eb80d969fb4449ebcd9b7679d57d1ef628111cde 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"))))
+            (c-noise-macro-names . ("UNINIT" "ALIGN_STACK"))))
  (objc-mode . ((c-file-style . "GNU")))
  (log-edit-mode . ((log-edit-font-lock-gnu-style . t)
                    (log-edit-setup-add-author . t)))