summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otn.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2009-06-11 00:07:00 +0200
committerHans Hagen <pragma@wxs.nl>2009-06-11 00:07:00 +0200
commitac1327ec126b4416f897cd140fee6ea636094feb (patch)
tree7695437bb33c2e22a8dabc5c003c943fec5af7a5 /tex/context/base/font-otn.lua
parent1f8c4726d3da14ebb6071bdba5888ebe763329d0 (diff)
downloadcontext-ac1327ec126b4416f897cd140fee6ea636094feb.tar.gz
beta 2009.06.11 00:07
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r--tex/context/base/font-otn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua
index d23a8a080..719c0ca80 100644
--- a/tex/context/base/font-otn.lua
+++ b/tex/context/base/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