[latex3-commits] [git/LaTeX3-latex3-latex2e] keyval-detect: Some simplifications (2df017e6)

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/2df017e6e06ae05f327f0198dfc704cf28c3a702

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

commit 2df017e6e06ae05f327f0198dfc704cf28c3a702
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Aug 30 20:19:55 2022 +0200

    Some simplifications


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

2df017e6e06ae05f327f0198dfc704cf28c3a702
 base/ltcmd.dtx | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index b9f0099b..1ca9329a 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -4002,13 +4002,11 @@
       {
         \tl_if_blank:oT { \use_none:n #1 }
           {
-            \tl_set:Nx \ProcessedArgument
-              { #2 = { \exp_not:o { \use:n #1 } } }
-            \use_none:nn
+            \tl_set:Nx \ProcessedArgument { #2 = { \exp_not:n #1 } }
+            \use_none:nnnn
           }
       }
-    \use:n
-      { \@@_arg_to_keyvalue_auxi:nnn {#1} {#2} {#3} }
+    \@@_arg_to_keyvalue_auxi:nnn {#1} {#2} {#3}
   }
 \cs_new_protected:Npn \@@_arg_to_keyvalue_auxi:nnn #1#2#3
   {





More information about the latex3-commits mailing list.