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

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

[nongnu] elpa/zig-mode ad844c3 062/104: noasync -> nosuspend


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode ad844c3 062/104: noasync -> nosuspend
Date: Sun, 29 Aug 2021 11:37:03 -0400 (EDT)

branch: elpa/zig-mode
commit ad844c3426a473f41335efbef0c923fc82074150
Author: joachimschmidt557 <joachim.schmidt557@outlook.com>
Commit: joachimschmidt557 <joachim.schmidt557@outlook.com>

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

diff --git a/zig-mode.el b/zig-mode.el
index 69927c7..3a0299f 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -176,7 +176,7 @@ If given a SOURCE, execute the CMD on it."
 
     ;; Statement
     "break" "return" "continue" "asm" "defer" "errdefer" "unreachable"
-    "try" "catch" "async" "noasync" "await" "suspend" "resume"
+    "try" "catch" "async" "nosuspend" "await" "suspend" "resume"
 
     ;; Conditional
     "if" "else" "switch" "and" "or" "orelse"



reply via email to

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