From 7a4800f05f26067a1cef77e5431256aab4c3d675 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 11 Jun 2010 00:24:35 -0400 Subject: Renamed textadept.events to events, renamed 'handle' and 'add_handler'. --- modules/textadept/run.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/run.lua') diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index c14e8e2d..a576ff27 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -130,4 +130,4 @@ function goto_error(pos, line_num) end end end -textadept.events.add_handler('double_click', goto_error) +events.connect('double_click', goto_error) -- cgit v1.2.3