[latex3-commits] [git/LaTeX3-latex3-latex3] master: fix \lua_shipout_e:n (#503) (8fd0fcd)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Dec 4 18:17:36 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/8fd0fcd164e3da4e7747d71df338f7e16ac30609

>---------------------------------------------------------------

commit 8fd0fcd164e3da4e7747d71df338f7e16ac30609
Author: Takuto ASAKURA <wtsnjp at gmail.com>
Date:   Wed Dec 5 02:17:36 2018 +0900

    fix \lua_shipout_e:n (#503)


>---------------------------------------------------------------

8fd0fcd164e3da4e7747d71df338f7e16ac30609
 l3kernel/l3luatex.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3luatex.dtx b/l3kernel/l3luatex.dtx
index cdaf498..0faf777 100644
--- a/l3kernel/l3luatex.dtx
+++ b/l3kernel/l3luatex.dtx
@@ -232,7 +232,7 @@
 %    \begin{macrocode}
 \cs_new:Npn \lua_now:e #1 { \@@_now:n {#1} }
 \cs_new:Npn \lua_now:n #1 { \lua_now:e { \exp_not:n {#1} } }
-\cs_new_protected:Npn \lua_shipout_e:n #1 { \@@_shiphout:n {#1} }
+\cs_new_protected:Npn \lua_shipout_e:n #1 { \@@_shipout:n {#1} }
 \cs_new_protected:Npn \lua_shipout:n #1
   { \lua_shipout_e:n { \exp_not:n {#1} } }
 \cs_new:Npn \lua_escape:e #1 { \@@_escape:n {#1} }





More information about the latex3-commits mailing list