diff options
Diffstat (limited to 'otfl-luat-dum.lua')
-rw-r--r-- | otfl-luat-dum.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/otfl-luat-dum.lua b/otfl-luat-dum.lua index 2b818ce..a594b64 100644 --- a/otfl-luat-dum.lua +++ b/otfl-luat-dum.lua @@ -42,6 +42,9 @@ tasks = { appendaction = dummyfunction, prependaction = dummyfunction, } +callbacks = { + register = dummyfunction, +} -- we need to cheat a bit here |