summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-tsk.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/node-tsk.lmt')
-rw-r--r--tex/context/base/mkxl/node-tsk.lmt10
1 files changed, 5 insertions, 5 deletions
diff --git a/tex/context/base/mkxl/node-tsk.lmt b/tex/context/base/mkxl/node-tsk.lmt
index c1cdf91a4..be4052258 100644
--- a/tex/context/base/mkxl/node-tsk.lmt
+++ b/tex/context/base/mkxl/node-tsk.lmt
@@ -917,7 +917,7 @@ local tonode = nodes.nuts.tonode
%localize%
-return function(head,style,penalties)
+return function(head,style,penalties,beginclass,endclass)
local nuthead = tonut(head)
%actions%
@@ -926,19 +926,19 @@ end
]],
step = [[
- nuthead = tonut((%action%(tonode(nuthead),style,penalties)))
+ nuthead = tonut((%action%(tonode(nuthead),style,penalties,beginclass,endclass)))
]],
nut = [[
- nuthead = %action%(nuthead,style,penalties)
+ nuthead = %action%(nuthead,style,penalties,beginclass,endclass)
]],
nohead = [[
- %action%(tonode(nuthead),style,penalties)
+ %action%(tonode(nuthead),style,penalties,beginclass,endclass)
]],
nonut = [[
- %action%(nuthead,style,penalties)
+ %action%(nuthead,style,penalties,beginclass,endclass)
]],
}