[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Some simplifications (c6f391b3)

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/c6f391b33ca5b1899acaaab45f017e3fdfa0eb96

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

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

    Some simplifications


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

c6f391b33ca5b1899acaaab45f017e3fdfa0eb96
 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.