[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Reorder to avoid \exp_after:wN (01a01249)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Sep 1 22:17:07 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/01a012499bb385f8d0fbbdff6298aad427d00504

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

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

    Reorder to avoid \exp_after:wN


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

01a012499bb385f8d0fbbdff6298aad427d00504
 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.