[latex3-commits] [git/LaTeX3-latex3-latex2e] keyval-detect: Reorder to avoid \exp_after:wN (ec9ab437)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Aug 31 08:27:16 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : keyval-detect
Link : https://github.com/latex3/latex2e/commit/ec9ab43735619b41e39542fd9ccdac6c741d0764
>---------------------------------------------------------------
commit ec9ab43735619b41e39542fd9ccdac6c741d0764
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Aug 29 08:26:40 2022 +0200
Reorder to avoid \exp_after:wN
>---------------------------------------------------------------
ec9ab43735619b41e39542fd9ccdac6c741d0764
base/ltcmd.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index 3dcff6c1..4c57c853 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -3985,7 +3985,7 @@
{
\str_if_eq:eeTF
{ \exp_not:n {#2} }
- { \exp_not:o { \exp_after:wN { \use:n #2 } } }
+ { { \exp_not:o { \use:n #2 } } }
{ \tl_set:Nn \ProcessedArgument { #1 = #2 } }
{
\exp_args:Ne \@@_arg_to_keyvalue_auxi:nnn
More information about the latex3-commits
mailing list.