From 180bad5d0b91766b26564c2ae89d91d4330bef5f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 10 Aug 2007 23:59:17 -0400 Subject: Renamed textadept.handlers' add_function_to_handler to add_handler_function. --- modules/textadept/macros.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/macros.lua') diff --git a/modules/textadept/macros.lua b/modules/textadept/macros.lua index 0ba966c6..0d81f105 100644 --- a/modules/textadept/macros.lua +++ b/modules/textadept/macros.lua @@ -38,7 +38,7 @@ local function macro_notification(msg, wParam, lParam) textadept.statusbar_text = 'Macro recording' end end -textadept.handlers.add_function_to_handler('macro_record', macro_notification) +textadept.handlers.add_handler_function('macro_record', macro_notification) --- -- Starts recording a macro. -- cgit v1.2.3