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

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

[nongnu] elpa/lua-mode 64c1e94 197/468: lua--builtins: add "self" as key


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 64c1e94 197/468: lua--builtins: add "self" as keyword
Date: Thu, 5 Aug 2021 04:58:35 -0400 (EDT)

branch: elpa/lua-mode
commit 64c1e946caaaada68a5e2371e273ed92dfa79d70
Author: immerrr <immerrr+lua@gmail.com>
Commit: immerrr <immerrr+lua@gmail.com>

    lua--builtins: add "self" as keyword
---
 lua-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua-mode.el b/lua-mode.el
index f2bc26c..2dd9087 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -351,7 +351,7 @@ traceback location."
             "getmetatable" "ipairs" "load" "loadfile" "loadstring" "module"
             "next" "pairs" "pcall" "print" "rawequal" "rawget" "rawlen" 
"rawset"
             "require" "select" "setfenv" "setmetatable" "tonumber" "tostring"
-            "type" "unpack" "xpcall"
+            "type" "unpack" "xpcall" "self"
             ("bit32" . ("arshift" "band" "bnot" "bor" "btest" "bxor" "extract"
                         "lrotate" "lshift" "replace" "rrotate" "rshift"))
             ("coroutine" . ("create" "resume" "running" "status" "wrap" 
"yield"))



reply via email to

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