aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/run.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/run.lua')
-rw-r--r--modules/textadept/run.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua
index f95b56f7..34171ce2 100644
--- a/modules/textadept/run.lua
+++ b/modules/textadept/run.lua
@@ -1,7 +1,7 @@
-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-local L = _G.locale.localize
-local events = _G.events
+local L = locale.localize
+local events = events
---
-- Module for running/executing source files.