From ae8dddf78ef5b07f4d64471d8f6800746373af6e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 31 Dec 2011 16:39:25 -0500 Subject: Code cleanup. --- core/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/init.lua') diff --git a/core/init.lua b/core/init.lua index 285d4a9f..5543cf99 100644 --- a/core/init.lua +++ b/core/init.lua @@ -5,7 +5,7 @@ _RELEASE = "Textadept 5.0 alpha" package.path = _HOME..'/core/?.lua;'..package.path os.setlocale('C', 'collate') -if jit then require 'compat' end +if jit then require 'compat' end -- compatibility for LuaJIT _SCINTILLA = require 'iface' args = require 'args' locale = require 'locale' -- cgit v1.2.3