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

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

[nongnu] elpa/zig-mode 22187f4 076/104: Merge pull request #32 from joac


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode 22187f4 076/104: Merge pull request #32 from joachimschmidt557/remove-this
Date: Sun, 29 Aug 2021 11:37:06 -0400 (EDT)

branch: elpa/zig-mode
commit 22187f49bd0203a13a06b95c3aa302d81147109c
Merge: 9b44e04 2426668
Author: Matthew D. Steele <mdsteele@alum.mit.edu>
Commit: GitHub <noreply@github.com>

    Merge pull request #32 from joachimschmidt557/remove-this
    
    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 5f99bd6..8d764b1 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]