[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missed a couple of Lua-specific functions (d47067e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jun 18 18:32:40 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/d47067e93d48c8c4ee8d0a99f8abbe1c4861a3de
>---------------------------------------------------------------
commit d47067e93d48c8c4ee8d0a99f8abbe1c4861a3de
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jun 18 17:32:40 2018 +0100
Missed a couple of Lua-specific functions
>---------------------------------------------------------------
d47067e93d48c8c4ee8d0a99f8abbe1c4861a3de
l3kernel/l3candidates.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index fda27e6..766d865 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -2915,8 +2915,8 @@
{
\cs_new_protected:Npn \sys_shell_shipout:n #1
{
- \lua_shipout_x:n
- { os.execute(" \lua_escape_x:n { \tl_to_str:n {#1} } ") }
+ \lua_shipout_e:n
+ { os.execute(" \lua_escape:e { \tl_to_str:n {#1} } ") }
}
}
{
More information about the latex3-commits
mailing list