[latex3-commits] [latex3/latex3] e-type: Missed one variant (d31a58ebb)
github at latex-project.org
github at latex-project.org
Wed Sep 27 14:26:46 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : e-type
Link : https://github.com/latex3/latex3/commit/d31a58ebbd353c9bd9d16a0001218977463a91e4
>---------------------------------------------------------------
commit d31a58ebbd353c9bd9d16a0001218977463a91e4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Sep 27 13:26:46 2023 +0100
Missed one variant
>---------------------------------------------------------------
d31a58ebbd353c9bd9d16a0001218977463a91e4
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.