[latex3-commits] [latex3/latex2e] avoid-lowercase: Remove an unneeded group (9460c969)
github at latex-project.org
github at latex-project.org
Wed Nov 29 16:50:55 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : avoid-lowercase
Link : https://github.com/latex3/latex2e/commit/9460c96924a6cc0fa2b853056440529ab4ea80c0
>---------------------------------------------------------------
commit 9460c96924a6cc0fa2b853056440529ab4ea80c0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Nov 29 15:50:55 2023 +0000
Remove an unneeded group
>---------------------------------------------------------------
9460c96924a6cc0fa2b853056440529ab4ea80c0
base/ltcmd.dtx | 2 --
1 file changed, 2 deletions(-)
diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index 7588fdaf..52ddebfd 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -3986,7 +3986,6 @@
{ \tl_put_right:Nn \ProcessedArgument { {##1} } }
}
\cs_generate_variant:Nn \@@_split_list_multi:nn { nV }
-\group_begin:
\cs_new_protected:Npn \@@_split_list_single:Nn #1#2
{
\tl_set:Nn \l_@@_split_list_tl {#2}
@@ -3998,7 +3997,6 @@
\tl_set:Nn \l_@@_split_list_tl \l_@@_split_list_tl
\@@_split_list_multi:nV {#1} \l_@@_split_list_tl
}
-\group_end:
% \end{macrocode}
% \end{macro}
% \end{macro}
More information about the latex3-commits
mailing list.