[latex3-commits] [git/LaTeX3-latex3-latex3] main: Redefine `\__ior_new:N` and `\__iow_new:N` globally (bcd1d1faa)
Vít Novotný
witiko at mail.muni.cz
Thu Jul 21 21:13:56 CEST 2022
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/bcd1d1faa28c3768f3cbc372e9baf9f94a6a91dd
>---------------------------------------------------------------
commit bcd1d1faa28c3768f3cbc372e9baf9f94a6a91dd
Author: Vít Novotný <witiko at mail.muni.cz>
Date: Thu Jul 21 21:08:31 2022 +0200
Redefine `\__ior_new:N` and `\__iow_new:N` globally
>---------------------------------------------------------------
bcd1d1faa28c3768f3cbc372e9baf9f94a6a91dd
l3kernel/l3file.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index a55a32ed3..6b77b1ef6 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -1064,7 +1064,7 @@
\cs_if_exist:NT \normalend
{
\cs_new_eq:NN \@@_new_aux:N \@@_new:N
- \cs_set_protected:Npn \@@_new:N #1
+ \cs_gset_protected:Npn \@@_new:N #1
{
\cs_undefine:N #1
\@@_new_aux:N #1
@@ -1508,7 +1508,7 @@
\cs_if_exist:NT \normalend
{
\cs_new_eq:NN \@@_new_aux:N \@@_new:N
- \cs_set_protected:Npn \@@_new:N #1
+ \cs_gset_protected:Npn \@@_new:N #1
{
\cs_undefine:N #1
\@@_new_aux:N #1
More information about the latex3-commits
mailing list.