emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/zig-mode 1f4ebf1 035/104: section -> linksection


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode 1f4ebf1 035/104: section -> linksection
Date: Sun, 29 Aug 2021 11:36:58 -0400 (EDT)

branch: elpa/zig-mode
commit 1f4ebf10660e5e09e61d042d7db9e1ec5e8ff0cb
Author: Andrea Orru <andrea@orru.io>
Commit: Andrea Orru <andrea@orru.io>

    section -> linksection
---
 zig-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zig-mode.el b/zig-mode.el
index 8f79b1d..4e4c99a 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -64,7 +64,7 @@
   '(
     ;; Storage
     "const" "var" "extern" "packed" "export" "pub" "noalias" "inline"
-    "comptime" "nakedcc" "stdcallcc" "volatile" "align" "section"
+    "comptime" "nakedcc" "stdcallcc" "volatile" "align" "linksection"
 
     ;; Structure
     "struct" "enum" "union"



reply via email to

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