From e192e73a92eb896f9c8623d11a8c49ebbcb4c291 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 24 Jun 2011 17:41:51 -0400 Subject: Removed '_G' prefix from globals where necessary. --- modules/textadept/command_entry.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/textadept/command_entry.lua') diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 6eaf8daa..f0c771ed 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -1,8 +1,8 @@ -- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. -- Modified by Jay Gould. -local L = _G.locale.localize -local events = _G.events +local L = locale.localize +local events = events -- Environment for abbreviated commands. -- @class table -- cgit v1.2.3