[latex3-commits] [git/LaTeX3-latex3-latex2e] keyval-detect: Reorder to avoid \exp_after:wN (42730b90)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Aug 29 08:26:40 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : keyval-detect
Link       : https://github.com/latex3/latex2e/commit/42730b90f57c8b9314721844c76d68b67fb95e01

>---------------------------------------------------------------

commit 42730b90f57c8b9314721844c76d68b67fb95e01
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Aug 29 08:26:40 2022 +0200

    Reorder to avoid \exp_after:wN


>---------------------------------------------------------------

42730b90f57c8b9314721844c76d68b67fb95e01
 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.