emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 05aadd8: Fix fontification of ALIGN_STACK functio


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 05aadd8: Fix fontification of ALIGN_STACK functions
Date: Sat, 14 Oct 2017 04:18:15 -0400 (EDT)

branch: emacs-26
commit 05aadd89900873f0d94a151c3fb0002f267151f5
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix fontification of ALIGN_STACK functions
    
    * .dir-locals.el (c-mode) <c-noise-macro-names>: Add
    "ALIGN_STACK", to correctly fontify functions with this attribute.
---
 .dir-locals.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index a3705f4..eb80d96 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]