summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-pro.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/node-pro.lmt')
-rw-r--r--tex/context/base/mkxl/node-pro.lmt5
1 files changed, 3 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/node-pro.lmt b/tex/context/base/mkxl/node-pro.lmt
index ab40dc0c1..9ad78bb20 100644
--- a/tex/context/base/mkxl/node-pro.lmt
+++ b/tex/context/base/mkxl/node-pro.lmt
@@ -143,8 +143,9 @@ do
local actions = tasks.actions("alignments")
- function processors.alignment_filter(head,attr,preamble)
- actions(head,attr,preamble)
+ function processors.alignment_filter(head,where,attr,preamble)
+ -- todo: add timing
+ actions(head,where,attr,preamble)
end
callbacks.register("alignment_filter", processors.alignment_filter, "things done with alignments")