summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-pro.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-12-03 15:33:58 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-12-03 15:33:58 +0100
commit9c5a6d1bc8ad88a74f8d5243ed057819ce6bec2d (patch)
treeb401a140de2a7832b8288908fc4c4ea2deda4361 /tex/context/base/mkxl/node-pro.lmt
parent9ebf314056d5adab360cfd796925cf9e73c2bcce (diff)
downloadcontext-9c5a6d1bc8ad88a74f8d5243ed057819ce6bec2d.tar.gz
2021-12-03 15:19:00
Diffstat (limited to 'tex/context/base/mkxl/node-pro.lmt')
-rw-r--r--tex/context/base/mkxl/node-pro.lmt7
1 files changed, 1 insertions, 6 deletions
diff --git a/tex/context/base/mkxl/node-pro.lmt b/tex/context/base/mkxl/node-pro.lmt
index bbcbc9bdc..f38e8280b 100644
--- a/tex/context/base/mkxl/node-pro.lmt
+++ b/tex/context/base/mkxl/node-pro.lmt
@@ -111,11 +111,6 @@ do
local lineactions = tasks.actions("contributers")
local adjustactions = tasks.actions("adjusters")
- -- contribute_head : pre_box
- -- pre_adjust_head : pre_adjust
- -- just_box : box
- -- post_adjust_head : adjust
-
-- this was the "contributers" callback but we changed the interface
-- historically we use a different order than the callback
@@ -133,7 +128,7 @@ do
end
end
end
- elseif where == "post_adjust" or where == "pre_adjust" then
+ elseif where == "postadjust" or where == "preadjust" then
-- we use the same order as for lines
return adjustactions(head,where,tail,index)
end