summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/good-mth.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/good-mth.lua')
-rw-r--r--tex/context/base/mkiv/good-mth.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/good-mth.lua b/tex/context/base/mkiv/good-mth.lua
index efc7cb22a..751ab2438 100644
--- a/tex/context/base/mkiv/good-mth.lua
+++ b/tex/context/base/mkiv/good-mth.lua
@@ -135,7 +135,7 @@ local function finalize(tfmdata,feature,value)
yoffset = nil
end
if xoffset or yoffset then
- local commands = characters.commands
+ local commands = character.commands
if commands then
prependcommands(commands,yoffset,xoffset)
else