summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-par.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/node-par.lmt')
-rw-r--r--tex/context/base/mkxl/node-par.lmt18
1 files changed, 9 insertions, 9 deletions
diff --git a/tex/context/base/mkxl/node-par.lmt b/tex/context/base/mkxl/node-par.lmt
index fb492b84b..7f2560f03 100644
--- a/tex/context/base/mkxl/node-par.lmt
+++ b/tex/context/base/mkxl/node-par.lmt
@@ -98,19 +98,19 @@ end
-- These are node handlers but fit it the overall paragraph handling so we
-- hook it into the callback here.
-do
+-- do
- local localboxactions = nodes.tasks.actions("localboxes")
+-- local localboxactions = nodes.tasks.actions("localboxes")
- function localboxfilter(...)
- starttiming(builders)
- localboxactions(...)
- stoptiming(builders)
- end
+-- function localboxfilter(...)
+-- starttiming(builders)
+-- localboxactions(...)
+-- stoptiming(builders)
+-- end
- callbacks.register("local_box_filter",localboxfilter,"process local boxes")
+-- callbacks.register("local_box_filter",localboxfilter,"process local boxes")
-end
+-- end
-- This means that we now have most callbacks in use, even the ones that I'm not sure
-- about. It also means that with the above enabled we might have performance now at