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

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

[nongnu] elpa/zig-mode 2426668 070/104: Remove `this` constant


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode 2426668 070/104: Remove `this` constant
Date: Sun, 29 Aug 2021 11:37:05 -0400 (EDT)

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

    Remove `this` constant
---
 zig-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zig-mode.el b/zig-mode.el
index f3b4c14..afd438e 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -213,7 +213,7 @@ If given a SOURCE, execute the CMD on it."
     "true" "false"
 
     ;; Other constants
-    "null" "undefined" "this"))
+    "null" "undefined"))
 
 (defconst zig-electric-indent-chars
   '(?\; ?, ?\) ?\] ?}))



reply via email to

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