[latex3-commits] [git/LaTeX3-latex3-latex2e] hotfix/removekey: Avoid a copy-paste error (5984d365)

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


Repository : https://github.com/latex3/latex2e
On branch  : hotfix/removekey
Link       : https://github.com/latex3/latex2e/commit/5984d365f7727b6d70cd201047bd4e1388d73f12

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

commit 5984d365f7727b6d70cd201047bd4e1388d73f12
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jun 16 09:14:07 2022 +0100

    Avoid a copy-paste error


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

5984d365f7727b6d70cd201047bd4e1388d73f12
 base/ltkeys.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/ltkeys.dtx b/base/ltkeys.dtx
index b54a1d37..73d3a2ad 100644
--- a/base/ltkeys.dtx
+++ b/base/ltkeys.dtx
@@ -309,7 +309,7 @@
 \cs_new_protected:Npn \@@_options_remove:nnn #1#2#3
   {
     \keys_if_exist:nnTF {#3} {#1}
-      { \clist_put_right:Nn \l_@@_latexe_options_clist {#2} }
+      { \clist_put_right:Nn \l_@@_options_clist {#2} }
       { \clist_put_right:Nn \@unusedoptionlist {#1} }
   }
 \cs_generate_variant:Nn \@@_options_remove:nnn { x }





More information about the latex3-commits mailing list.