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

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Nov 26 09:10:59 CET 2021


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

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

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

    Correct argument order


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

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

diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 8e94ec8d9..0f583faf5 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.