[latex3-commits] [git/LaTeX3-latex3-latex2e] options: Correct an expansion (ac1edd14)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Nov 29 10:02:20 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : options
Link       : https://github.com/latex3/latex2e/commit/ac1edd14bf7b2b83f8ea6836d3eeb18f8bc62e22

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

commit ac1edd14bf7b2b83f8ea6836d3eeb18f8bc62e22
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Nov 29 09:02:20 2021 +0000

    Correct an expansion


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

ac1edd14bf7b2b83f8ea6836d3eeb18f8bc62e22
 base/ltkeys.dtx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/base/ltkeys.dtx b/base/ltkeys.dtx
index 8b8f9561..4358f41e 100644
--- a/base/ltkeys.dtx
+++ b/base/ltkeys.dtx
@@ -331,7 +331,9 @@
   {
     \peek_meaning:NTF \c_group_begin_token
       { \@@_options:Nn #1 }
-      { \exp_args:NV \@@_options:Nn #1 \@currname }
+      {
+        \exp_args:NNV \@@_options:Nn #1 \@currname
+      }
   }
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list.