summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-aux.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/node-aux.lmt')
-rw-r--r--tex/context/base/mkxl/node-aux.lmt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/mkxl/node-aux.lmt b/tex/context/base/mkxl/node-aux.lmt
index 1aeae3b45..0c9bfc837 100644
--- a/tex/context/base/mkxl/node-aux.lmt
+++ b/tex/context/base/mkxl/node-aux.lmt
@@ -221,7 +221,7 @@ local function tonodes(str,fnt,attr) -- (str,template_glyph) -- moved from blob-
n = copy_node(space)
elseif fonts then -- depedency
local parameters = fonts.hashes.identifiers[fnt].parameters
- space = new_glue(parameters.space,parameters.space_stretch,parameters.space_shrink)
+ space = new_glue(parameters.space,parameters.spacestretch,parameters.spaceshrink)
n = space
end
elseif template then
@@ -354,8 +354,8 @@ end
do
local parcodes = nodes.parcodes
- local hmodepar_code = parcodes.hmode_par
- local vmodepar_code = parcodes.vmode_par
+ local hmodepar_code = parcodes.hmodepar
+ local vmodepar_code = parcodes.vmodepar
local getnest = tex.getnest
local getsubtype = nuts.getsubtype