aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-08-09 14:26:34 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2007-08-09 14:26:34 -0400
commit5da76d004a633de15830ca3ca1e694a91110cc73 (patch)
tree6a36d0f4b886ab4870807aa11b33801f34a19ec9 /modules/textadept/init.lua
parent91407194760539859d5f3a88d142c4f893c111d3 (diff)
downloadtextadept-5da76d004a633de15830ca3ca1e694a91110cc73.tar.gz
textadept-5da76d004a633de15830ca3ca1e694a91110cc73.zip
Renamed modules global to _m.
Diffstat (limited to 'modules/textadept/init.lua')
-rw-r--r--modules/textadept/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index 1f882d41..ee985df3 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -3,7 +3,7 @@
---
-- The textadept module.
-- It provides utilities for editing text in Textadept.
-module('modules.textadept', package.seeall)
+module('_m.textadept', package.seeall)
require 'textadept.editing'
require 'textadept.keys'