[latex3-commits] [git/LaTeX3-latex3-latex2e] options: Update an expl3 name (e8fc65e2)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Jan 12 18:28:15 CET 2022


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

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

commit e8fc65e200eb8928d8c070e91bb40d7a5aa030f9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jan 12 17:28:15 2022 +0000

    Update an expl3 name


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

e8fc65e200eb8928d8c070e91bb40d7a5aa030f9
 base/ltkeys.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/ltkeys.dtx b/base/ltkeys.dtx
index 91cc649f..ef760c8a 100644
--- a/base/ltkeys.dtx
+++ b/base/ltkeys.dtx
@@ -261,7 +261,7 @@
           {
             \clist_map_inline:cn { opt@ \@currname . \@currext }
               {
-                \keys_if_exist:nxTF
+                \keys_if_exist:neTF
                   {#1} { \@@_remove_equals:n {##1} }
                   { \clist_put_right:Nn \l_@@_options_clist {##1} }
                   { \clist_put_right:Nn \@unusedoptionlist {##1} }
@@ -282,7 +282,7 @@
   {
     \clist_map_inline:Nn \@classoptionslist
       {
-        \keys_if_exist:nxT {#1} { \@@_remove_equals:n {##1} }
+        \keys_if_exist:neT {#1} { \@@_remove_equals:n {##1} }
           {
             \clist_put_right:Nn \l_@@_options_clist {##1}
             \clist_remove_all:Nn \@unusedoptionlist {##1}





More information about the latex3-commits mailing list.