[latex3-commits] [git/LaTeX3-latex3-latex3] main: Correct creation of .if property (3445ea90b)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Jan 14 08:29:57 CET 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/3445ea90b3e7673d10baf61ee392b2a2e712a005

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

commit 3445ea90b3e7673d10baf61ee392b2a2e712a005
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jan 14 07:29:57 2022 +0000

    Correct creation of .if property


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

3445ea90b3e7673d10baf61ee392b2a2e712a005
 l3kernel/CHANGELOG.md | 3 +++
 l3kernel/l3keys.dtx   | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index af2276e2e..a95741d24 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+### Fixed
+- Correct creation of `.if` property
+
 ## [2022-01-12]
 
 ### Added
diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index dab5a8f42..2c78e97f1 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -2670,9 +2670,9 @@
       \@@_tmp:nn
     }
   \@@_tmp:nn
-    { legacy_if:n } { if }
-    { tl_set:N }    { store }
-    { usage:n }     { usage }
+    { legacy_if_set:n } { if }
+    { tl_set:N }        { store }
+    { usage:n }         { usage }
     { \q_recursion_tail } { }
     \q_recursion_stop
 \group_end:





More information about the latex3-commits mailing list.