From 5da76d004a633de15830ca3ca1e694a91110cc73 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 9 Aug 2007 14:26:34 -0400 Subject: Renamed modules global to _m. --- modules/textadept/mlines.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/mlines.lua') diff --git a/modules/textadept/mlines.lua b/modules/textadept/mlines.lua index fe1f57ce..512834de 100644 --- a/modules/textadept/mlines.lua +++ b/modules/textadept/mlines.lua @@ -5,7 +5,7 @@ -- There are several option variables used: -- MARK_MLINE: The integer mark used to identify an MLine marked line. -- MARK_MLINE_COLOR: The Scintilla color used for an MLine marked line. -module('modules.textadept.mlines', package.seeall) +module('_m.textadept.mlines', package.seeall) -- options local MARK_MLINE = 2 -- cgit v1.2.3