From ddcc45f0615ab6ba776635a15e2183f8d50401a7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 10 Feb 2009 10:24:56 -0500 Subject: Moved the textadept.locale table into the globals table. --- modules/textadept/mlines.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/textadept/mlines.lua') diff --git a/modules/textadept/mlines.lua b/modules/textadept/mlines.lua index ce1997ce..2cd1cb93 100644 --- a/modules/textadept/mlines.lua +++ b/modules/textadept/mlines.lua @@ -1,5 +1,8 @@ -- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. +local textadept = _G.textadept +local locale = _G.locale + --- -- Multiple line editing for the textadept module. -- There are several option variables used: -- cgit v1.2.3