summaryrefslogtreecommitdiff
path: root/tex/context/base/font-pat.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-pat.lua')
-rw-r--r--tex/context/base/font-pat.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/font-pat.lua b/tex/context/base/font-pat.lua
index 8748f0ed1..b91502c74 100644
--- a/tex/context/base/font-pat.lua
+++ b/tex/context/base/font-pat.lua
@@ -12,7 +12,9 @@ local match, lower = string.match, string.lower
-- so for them we get it from the name
-- reporter moved to elsewhere
-local patches = fonts.otf.enhancers.patches
+local fonts = fonts
+local otf = fonts.handlers.otf
+local patches = otf.enhancers.patches
local register = patches.register
local report = patches.report