[latex3-commits] [git/LaTeX3-latex3-latex3] master: Reload safety (69e7e7936)

PhelypeOleinik tex.phelype at gmail.com
Fri May 15 04:51:52 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/69e7e793656d7ea08a8356286566a9518a0be98c

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

commit 69e7e793656d7ea08a8356286566a9518a0be98c
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Thu May 14 23:51:52 2020 -0300

    Reload safety


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

69e7e793656d7ea08a8356286566a9518a0be98c
 l3packages/xparse/xparse.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index 3ddbc81ff..ed544a14f 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -1016,10 +1016,10 @@
 %    \begin{macrocode}
 %<*core>
 \if_charcode:w xx
-  \cs_new:Npn \@@_file_end_hook: { }
+  \cs_gset:Npn \@@_file_end_hook: { }
 \else
   \ExplSyntaxOn
-  \cs_new:Npn \@@_file_end_hook: { \ExplSyntaxOff }
+  \cs_gset:Npn \@@_file_end_hook: { \ExplSyntaxOff }
 \fi:
 %</core>
 %    \end{macrocode}





More information about the latex3-commits mailing list.