diff options
Diffstat (limited to 'core/keys.lua')
-rw-r--r-- | core/keys.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/keys.lua b/core/keys.lua index a00beb7d..4d1ccf48 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -107,10 +107,7 @@ LANGUAGE_MODULE_PREFIX = (not OSX and CTRL or META)..'l' local OSX = OSX local string = string local string_byte, string_char = string.byte, string.char -local xpcall = xpcall -local next = next -local type = type -local unpack = unpack +local xpcall, next, type, unpack = xpcall, next, type, unpack local no_args = {} local getmetatable = getmetatable local error = function(e) events.emit(events.ERROR, e) end |