summaryrefslogtreecommitdiff
path: root/tex/context/base/font-chk.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-chk.lua')
-rw-r--r--tex/context/base/font-chk.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/tex/context/base/font-chk.lua b/tex/context/base/font-chk.lua
index dc13a4aee..4e6f2cd9e 100644
--- a/tex/context/base/font-chk.lua
+++ b/tex/context/base/font-chk.lua
@@ -10,13 +10,15 @@ if not modules then modules = { } end modules ['font-chk'] = {
local report_fonts = logs.new("fonts")
-fonts = fonts or { }
-fonts.checkers = fonts.checkers or { }
+local fonts = fonts
+fonts.checkers = fonts.checkers or { }
local checkers = fonts.checkers
+
local fontdata = fonts.ids
local is_character = characters.is_character
local chardata = characters.data
+local tasks = nodes.tasks
local glyph = node.id('glyph')
local traverse_id = node.traverse_id