aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/textadept/macros.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2007-08-10 23:59:17 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2007-08-10 23:59:17 -0400
commit180bad5d0b91766b26564c2ae89d91d4330bef5f (patch)
tree62a4e5ab89c5e0773020b87e376d9327a4115cae /modules/textadept/macros.lua
parent6804993bd99c7aebf18a9f824405fadca8250c62 (diff)
Renamed textadept.handlers' add_function_to_handler to add_handler_function.
Diffstat (limited to 'modules/textadept/macros.lua')
-rw-r--r--modules/textadept/macros.lua2
1 files changed, 1 insertions, 1 deletions
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.