diff options
author | 2013-09-10 07:56:18 -0400 | |
---|---|---|
committer | 2013-09-10 07:56:18 -0400 | |
commit | e456a6a3f3e7b452d23db734a164590d375e8f08 (patch) | |
tree | 01092fab30a1afcb28456032a9756f53566f064c | |
parent | ab270f6797d4a974c0b25167c78482cb818a0e07 (diff) | |
download | textadept-e456a6a3f3e7b452d23db734a164590d375e8f08.tar.gz textadept-e456a6a3f3e7b452d23db734a164590d375e8f08.zip |
Fixed bug with previous commit.
-rw-r--r-- | core/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua index 47e2677f..76c35c08 100644 --- a/core/init.lua +++ b/core/init.lua @@ -5,9 +5,9 @@ _RELEASE = "Textadept 7.0 beta 3" package.path = _HOME..'/core/?.lua;'..package.path _SCINTILLA = require('iface') -_L = require('locale') events = require('events') args = require('args') +_L = require('locale') require('file_io') require('lfs_ext') require('ui') |