From a7dd0093b962777a8944812d5a56e6c5f972b8b1 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Wed, 17 Feb 2010 14:24:00 +0100 Subject: beta 2010.02.17 14:24 --- tex/context/base/node-pro.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tex/context/base/node-pro.lua') diff --git a/tex/context/base/node-pro.lua b/tex/context/base/node-pro.lua index 8b2e92ff2..b294b850f 100644 --- a/tex/context/base/node-pro.lua +++ b/tex/context/base/node-pro.lua @@ -108,8 +108,8 @@ function nodes.processors.hpack_filter(head,groupcode) return true end -callback.register('pre_linebreak_filter', nodes.processors.pre_linebreak_filter) -callback.register('hpack_filter' , nodes.processors.hpack_filter) +callbacks.register('pre_linebreak_filter', nodes.processors.pre_linebreak_filter,"all kind of horizontal manipulations (before par break)") +callbacks.register('hpack_filter' , nodes.processors.hpack_filter,"all kind of horizontal manipulations") local actions = tasks.actions("finalizers",2) -- head, where, boolean @@ -142,7 +142,7 @@ function nodes.processors.post_linebreak_filter(head,groupcode) --~ return true end -callback.register('post_linebreak_filter', nodes.processors.post_linebreak_filter) +callbacks.register('post_linebreak_filter', nodes.processors.post_linebreak_filter,"all kind of horizontal manipulations (after par break)") statistics.register("h-node processing time", function() if statistics.elapsedindeed(nodes) then -- cgit v1.2.3