[latex3-commits] [l3svn] r7356 - Probably \file_input_stop: should be a wrapper rather than a direct copy

noreply at latex-project.org noreply at latex-project.org
Thu Jul 13 13:58:54 CEST 2017


Author: bruno
Date: 2017-07-13 13:58:54 +0200 (Thu, 13 Jul 2017)
New Revision: 7356

Modified:
   trunk/l3kernel/l3candidates.dtx
Log:
Probably \file_input_stop: should be a wrapper rather than a direct copy

I don't see any case where it would be essential for \file_input_stop:
to be equal to the primitive \endinput, so it is probably better to leave
open the possibility of adding other code in it just in case.


Modified: trunk/l3kernel/l3candidates.dtx
===================================================================
--- trunk/l3kernel/l3candidates.dtx	2017-07-13 11:56:40 UTC (rev 7355)
+++ trunk/l3kernel/l3candidates.dtx	2017-07-13 11:58:54 UTC (rev 7356)
@@ -1675,7 +1675,7 @@
 % \begin{macro}{\file_input_stop:}
 %   A simple rename.
 %    \begin{macrocode}
-\cs_new_eq:NN \file_input_stop: \tex_endinput:D
+\cs_new:Npn \file_input_stop: { \tex_endinput:D }
 %    \end{macrocode}
 % \end{macro}
 %



More information about the latex3-commits mailing list