From 6d8d01a364ba9786b7f9698840ba60e769954808 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 23 Nov 2011 08:22:55 -0500 Subject: Code cleanup. --- core/keys.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'core/keys.lua') 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 -- cgit v1.2.3