[latex3-commits] [git/LaTeX3-latex3-latex3] main: e-Type expansion is slightly faster (995759926)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jun 16 10:17:09 CEST 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/995759926556f2f0bc8e2a00d4d69e1a73cb1cd4

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

commit 995759926556f2f0bc8e2a00d4d69e1a73cb1cd4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jun 16 09:17:09 2022 +0100

    e-Type expansion is slightly faster


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

995759926556f2f0bc8e2a00d4d69e1a73cb1cd4
 l3packages/l3keys2e/l3keys2e.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3packages/l3keys2e/l3keys2e.dtx b/l3packages/l3keys2e/l3keys2e.dtx
index 438857632..052c07175 100644
--- a/l3packages/l3keys2e/l3keys2e.dtx
+++ b/l3packages/l3keys2e/l3keys2e.dtx
@@ -230,7 +230,7 @@
 % \end{macro}
 %
 % \begin{macro}{\@@_latexe_options_class:n}
-% \begin{macro}{\@@_latexe_options_remove:nnn, \@@_latexe_options_remove:xnn}
+% \begin{macro}{\@@_latexe_options_remove:nnn, \@@_latexe_options_remove:enn}
 %   For classes, each option (stripped of any content after |=|)
 %   is checked for existence as a key. If found, the option is added to
 %   the combined list for processing. On the other hand, unused options
@@ -250,7 +250,7 @@
           {
             \clist_map_inline:cn { opt@ \@currname . \@currext }
               {
-                \@@_latexe_options_remove:xnn 
+                \@@_latexe_options_remove:enn 
                   { \@@_latexe_remove_equals:n {##1} }
                   {##1} {#1}
               }
@@ -263,7 +263,7 @@
         { \clist_put_right:Nn \l_@@_latexe_options_clist {#2} }
         { \clist_put_right:Nn \@unusedoptionlist {#1} }
   }
-\cs_generate_variant:Nn \@@_latexe_options_remove:nnn { x }
+\cs_generate_variant:Nn \@@_latexe_options_remove:nnn { e }
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}
@@ -278,7 +278,7 @@
   {
     \clist_map_inline:Nn \@classoptionslist
       {
-        \@@_latexe_options_remove:xnn
+        \@@_latexe_options_remove:enn
          { \@@_latexe_remove_equals:n {##1} }
          {##1} {#1}
       }





More information about the latex3-commits mailing list.