[latex3-commits] [git/LaTeX3-latex3-latex2e] hook-args: Variant needed when rolling back (f1bc903c)
PhelypeOleinik
phelype.oleinik at latex-project.org
Sat Mar 11 03:06:36 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : hook-args
Link : https://github.com/latex3/latex2e/commit/f1bc903c35cde66ca39c7fda0c0eb14623134a5f
>---------------------------------------------------------------
commit f1bc903c35cde66ca39c7fda0c0eb14623134a5f
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Sat Feb 4 23:13:20 2023 -0300
Variant needed when rolling back
>---------------------------------------------------------------
f1bc903c35cde66ca39c7fda0c0eb14623134a5f
base/lthooks.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index e5ecbb34..affab7b7 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -2143,14 +2143,14 @@
% \end{macro}
%
% \begin{macro}{\@@_tl_gset:Nn,\@@_tl_gset:Nx,
-% \@@_tl_gset:cn,\@@_tl_gset:cx}
+% \@@_tl_gset:cn,\@@_tl_gset:co,\@@_tl_gset:cx}
% Same as above.
% \begin{macrocode}
\cs_new_protected:Npn \@@_tl_gset:Nn #1#2
{ \cs_gset_nopar:Npx #1 { \__kernel_exp_not:w {#2} } }
\cs_new_protected:Npn \@@_tl_gset:Nx #1#2
{ \cs_gset_nopar:Npx #1 {#2} }
-\cs_generate_variant:Nn \@@_tl_gset:Nn { c }
+\cs_generate_variant:Nn \@@_tl_gset:Nn { c, co }
\cs_generate_variant:Nn \@@_tl_gset:Nx { c }
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list.