emacs-diffs
[Top][All Lists]
Advanced

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

master f8c11b5a92: .dir-locals.el (C entry). Add NO_INLINE to c-noise-ma


From: Alan Mackenzie
Subject: master f8c11b5a92: .dir-locals.el (C entry). Add NO_INLINE to c-noise-macro-names
Date: Sat, 12 Nov 2022 10:32:05 -0500 (EST)

branch: master
commit f8c11b5a92e78801d71e88cb4ac419e02d85953f
Author: Alan Mackenzie <acm@muc.de>
Commit: Alan Mackenzie <acm@muc.de>

    .dir-locals.el (C entry).  Add NO_INLINE to c-noise-macro-names
---
 .dir-locals.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index f7c73031cc..a85769b534 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -9,7 +9,8 @@
          (bug-reference-url-format . "https://debbugs.gnu.org/%s";)
         (diff-add-log-use-relative-names . t)))
  (c-mode . ((c-file-style . "GNU")
-            (c-noise-macro-names . ("INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" 
"UNINIT" "CALLBACK" "ALIGN_STACK"))
+            (c-noise-macro-names . ("INLINE" "NO_INLINE" 
"ATTRIBUTE_NO_SANITIZE_UNDEFINED"
+                                    "UNINIT" "CALLBACK" "ALIGN_STACK"))
             (electric-quote-comment . nil)
             (electric-quote-string . nil)
             (indent-tabs-mode . t)



reply via email to

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