summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-aux.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-aux.lua')
-rw-r--r--tex/context/base/mkiv/font-aux.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/font-aux.lua b/tex/context/base/mkiv/font-aux.lua
index fc6c90bc1..fcbcd6d32 100644
--- a/tex/context/base/mkiv/font-aux.lua
+++ b/tex/context/base/mkiv/font-aux.lua
@@ -6,7 +6,7 @@ if not modules then modules = { } end modules ['font-aux'] = {
license = "see context related readme files"
}
-local tonumber, type = tonumber, type
+local tonumber, type, next = tonumber, type, next
----- wrap, yield = coroutine.wrap, coroutine.yield
local fonts, font = fonts, font