[latex3-commits] [git/LaTeX3-latex3-latex3] options: Correct argument order (8b9a3fdc2)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Jan 10 18:19:26 CET 2022


Repository : https://github.com/latex3/latex3
On branch  : options
Link       : https://github.com/latex3/latex3/commit/8b9a3fdc2c552dffdbb7c136c1a83469f32417cd

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

commit 8b9a3fdc2c552dffdbb7c136c1a83469f32417cd
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Nov 26 08:10:59 2021 +0000

    Correct argument order


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

8b9a3fdc2c552dffdbb7c136c1a83469f32417cd
 l3kernel/l3keys.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 2af66babc..a7b45b5fe 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -2654,8 +2654,8 @@
     {
       \quark_if_recursion_tail_stop:n {#1}
       \cs_new_eq:cc
-        { \c_@@_props_root_str . #1 }
         { \c_@@_props_root_str . #2 }
+        { \c_@@_props_root_str . #1 }
       \@@_tmp:nn
     }
   \@@_tmp:nn





More information about the latex3-commits mailing list.