From 05aadd89900873f0d94a151c3fb0002f267151f5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 14 Oct 2017 11:17:34 +0300 Subject: Fix fontification of ALIGN_STACK functions * .dir-locals.el (c-mode) : Add "ALIGN_STACK", to correctly fontify functions with this attribute. --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index a3705f4d93c..eb80d969fb4 100644 --- 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 . ("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))) -- cgit v1.2.3