summaryrefslogtreecommitdiff
path: root/tex/context/base/font-agl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-agl.lua')
-rw-r--r--tex/context/base/font-agl.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/font-agl.lua b/tex/context/base/font-agl.lua
index 45aae9507..a81d3503c 100644
--- a/tex/context/base/font-agl.lua
+++ b/tex/context/base/font-agl.lua
@@ -274,9 +274,9 @@ end
-- We load this table only when needed. We coul duse a loading mechanism
-- return the table but there are no more vectors like this so why bother.
-fonts.enc = fonts.enc or { }
+fonts.encodings = fonts.encodings or { }
-fonts.enc.agl = {
+fonts.encodings.agl = {
names = names, -- unicode -> name
unicodes = unicodes, -- name -> unicode
extras = extras, -- merged into the other two