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>2021-02-02 22:20:14 +0000
committerKarl Berry <karl@freefriends.org>2021-02-02 22:20:14 +0000
commitafb7e3ea263187a5245b6c5b98b1dec025c5f430 (patch)
treef4612371d1efa9a681d14a3eb477c0b6bc0a715a /Master/texmf-dist/tex/lualatex/lua-ul/pre_append_to_vlist_filter.lua
parent5c12acf0947b473d80cb557104835967e39e640b (diff)
lua-ul (2feb21)
git-svn-id: svn://tug.org/texlive/trunk@57603 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.lua4
1 files changed, 2 insertions, 2 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 2ab110e8297..810247ddfea 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
@@ -6,7 +6,7 @@
--
-- lua-ul.dtx (with options: `callback')
--
--- Copyright (C) 2020 by Marcel Krueger
+-- Copyright (C) 2020-2021 by Marcel Krueger
--
-- This file may be distributed and/or modified under the
-- conditions of the LaTeX Project Public License, either
@@ -27,7 +27,7 @@ local prepend_prevdepth = node.prepend_prevdepth
local callback_define
for i=1,5 do
- local name, func = debug.getupvalue(luatexbase.disable_callback, i)
+local name, func = require'debug'.getupvalue(luatexbase.disable_callback, i)
if name == 'callback_register' then
callback_define = func
break