aboutsummaryrefslogtreecommitdiff
path: root/modules/lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-08-15 16:36:19 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2007-08-15 16:36:19 -0400
commitcc8bc0b210d5716d970717e86216a6b059eecf05 (patch)
treece5674f4695da038208517f13920246bd9e9372d /modules/lua
parentf332c1ccccc666e908eea56592b139ef685a99fd (diff)
downloadtextadept-cc8bc0b210d5716d970717e86216a6b059eecf05.tar.gz
textadept-cc8bc0b210d5716d970717e86216a6b059eecf05.zip
Renamed handlers module to events, updated everything to reflect changes.
Diffstat (limited to 'modules/lua')
-rw-r--r--modules/lua/commands.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua
index f3dbe333..2b59f171 100644
--- a/modules/lua/commands.lua
+++ b/modules/lua/commands.lua
@@ -71,7 +71,6 @@ end
local keys = _G.keys
if type(keys) == 'table' then
local m_editing = _m.textadept.editing
- local m_handlers = textadept.handlers
keys.lua = {
al = { textadept.io.open, _HOME..'/modules/lua/init.lua' },
ac = {