summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/lua-ul/pre_append_to_vlist_filter.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-11 23:00:41 +0000
committerKarl Berry <karl@freefriends.org>2020-04-11 23:00:41 +0000
commit80544798a93693cfeb392c3d47f172578fd92b5f (patch)
tree5009e8de079784b5dfb26fe5af076b03d8f942dc /Master/texmf-dist/tex/lualatex/lua-ul/pre_append_to_vlist_filter.lua
parent3077b8bc95a2bce0e4301f00b6de7c378e8b940c (diff)
lua-ul (1apr20)
git-svn-id: svn://tug.org/texlive/trunk@54690 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/lua-ul/pre_append_to_vlist_filter.lua')
-rw-r--r--Master/texmf-dist/tex/lualatex/lua-ul/pre_append_to_vlist_filter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/lualatex/lua-ul/pre_append_to_vlist_filter.lua b/Master/texmf-dist/tex/lualatex/lua-ul/pre_append_to_vlist_filter.lua
index 1417b588625..2ab110e8297 100644
--- a/Master/texmf-dist/tex/lualatex/lua-ul/pre_append_to_vlist_filter.lua
+++ b/Master/texmf-dist/tex/lualatex/lua-ul/pre_append_to_vlist_filter.lua
@@ -51,7 +51,7 @@ local function filtered_append_to_vlist_filter(box,
current = box
end
return call_callback("append_to_vlist_filter",
- box, locationcode, prevdepth, mirrored)
+ current, locationcode, prevdepth, mirrored)
end
callback_define('append_to_vlist_filter',