[latex3-commits] [git/LaTeX3-latex3-latex2e] options: Correct an expansion (ecffb630)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Jan 12 18:26:18 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : options
Link : https://github.com/latex3/latex2e/commit/ecffb630d32cecfed4f80cae1d43fc470c8ee87f
>---------------------------------------------------------------
commit ecffb630d32cecfed4f80cae1d43fc470c8ee87f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Nov 29 09:02:20 2021 +0000
Correct an expansion
>---------------------------------------------------------------
ecffb630d32cecfed4f80cae1d43fc470c8ee87f
base/ltkeys.dtx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/base/ltkeys.dtx b/base/ltkeys.dtx
index 8b8f9561..4358f41e 100644
--- a/base/ltkeys.dtx
+++ b/base/ltkeys.dtx
@@ -331,7 +331,9 @@
{
\peek_meaning:NTF \c_group_begin_token
{ \@@_options:Nn #1 }
- { \exp_args:NV \@@_options:Nn #1 \@currname }
+ {
+ \exp_args:NNV \@@_options:Nn #1 \@currname
+ }
}
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list.