[latex3-commits] [latex3/latex3] e-type: Missed one variant (91b3bf61e)

github at latex-project.org github at latex-project.org
Tue Oct 10 11:58:57 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : e-type
Link       : https://github.com/latex3/latex3/commit/91b3bf61ef3678f47d1c29f010358f828cc71d54

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

commit 91b3bf61ef3678f47d1c29f010358f828cc71d54
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 27 13:26:46 2023 +0100

    Missed one variant


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

91b3bf61ef3678f47d1c29f010358f828cc71d54
 l3kernel/l3clist.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3clist.dtx b/l3kernel/l3clist.dtx
index 3b74277c8..0bef4ccb2 100644
--- a/l3kernel/l3clist.dtx
+++ b/l3kernel/l3clist.dtx
@@ -1375,9 +1375,9 @@
 %   Pushing to a comma list is the same as adding on the left.
 %    \begin{macrocode}
 \cs_new_eq:NN \clist_push:Nn  \clist_put_left:Nn
-\cs_generate_variant:Nn \clist_push:Nn { NV , No , Nx , cV , co , cx }
+\cs_generate_variant:Nn \clist_push:Nn { NV , No , Nx , c , cV , co , cx }
 \cs_new_eq:NN \clist_gpush:Nn \clist_gput_left:Nn
-\cs_generate_variant:Nn \clist_gpush:Nn { NV , No , Nx , cV , co , cx }
+\cs_generate_variant:Nn \clist_gpush:Nn { NV , No , Nx , c , cV , co , cx }
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}





More information about the latex3-commits mailing list.