summaryrefslogtreecommitdiff
path: root/otfl-font-otn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'otfl-font-otn.lua')
-rw-r--r--otfl-font-otn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-otn.lua b/otfl-font-otn.lua
index d23a8a0..719c0ca 100644
--- a/otfl-font-otn.lua
+++ b/otfl-font-otn.lua
@@ -1762,7 +1762,7 @@ function otf.setcontextchain(method)
logwarning("installing contextchain handler '%s'",method)
local handler = otf.chainhandlers[method]
handlers.contextchain = function(...)
- return handler(currentfont,...)
+ return handler(currentfont,...) -- hm, get rid of ...
end
end
handlers.gsub_context = handlers.contextchain