summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/postlinebreak.w')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/postlinebreak.w12
1 files changed, 4 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w b/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w
index b78b599aac6..43ceadcca28 100644
--- a/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w
+++ b/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w
@@ -451,21 +451,17 @@ void ext_post_line_break(int paragraph_dir,
/* /Call the packaging subroutine, setting |just_box| to the justified box; */
if ((vlink(contrib_head) != null))
- if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, lua_key_index(pre_box));
+ checked_break_filter(pre_box);
if (pre_adjust_head != pre_adjust_tail) {
append_list(pre_adjust_head, pre_adjust_tail);
- if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, lua_key_index(pre_adjust));
+ checked_break_filter(pre_adjust);
}
pre_adjust_tail = null;
append_to_vlist(just_box,lua_key_index(post_linebreak));
- if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, lua_key_index(box));
+ checked_break_filter(box);
if (adjust_head != adjust_tail) {
append_list(adjust_head, adjust_tail);
- if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, lua_key_index(adjust));
+ checked_break_filter(adjust);
}
adjust_tail = null;