[latex3-commits] [latex3/latex3] main: Missed one variant (6eb97f907)
github at latex-project.org
github at latex-project.org
Tue Oct 10 12:59:28 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/6eb97f9071e63745e95bc5bf77c836558b099d49
>---------------------------------------------------------------
commit 6eb97f9071e63745e95bc5bf77c836558b099d49
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Sep 27 13:26:46 2023 +0100
Missed one variant
>---------------------------------------------------------------
6eb97f9071e63745e95bc5bf77c836558b099d49
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.