[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Correct defn of .code property (c23ef2b0)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Feb 7 08:08:17 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/c23ef2b0a31d461db29cb12e3f3a4001bbc7b6d4
>---------------------------------------------------------------
commit c23ef2b0a31d461db29cb12e3f3a4001bbc7b6d4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Feb 7 07:08:07 2022 +0000
Correct defn of .code property
>---------------------------------------------------------------
c23ef2b0a31d461db29cb12e3f3a4001bbc7b6d4
base/changes.txt | 5 +++++
base/ltkeys.dtx | 6 ++++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 636f06ce..dafd4842 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -7,6 +7,11 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================
+2022-02-07 Joseph Wright <Joseph.Wright at latex-project.org>
+
+ * ltkeys.dtx:
+ Correct definition of .code property
+
2022-02-05 Joseph Wright <Joseph.Wright at latex-project.org>
* ltkeys.dtx:
diff --git a/base/ltkeys.dtx b/base/ltkeys.dtx
index e5f64be3..05a87c22 100644
--- a/base/ltkeys.dtx
+++ b/base/ltkeys.dtx
@@ -33,7 +33,7 @@
%<*driver>
% \fi
\ProvidesFile{ltkeys.dtx}
- [2022/02/04 v1.0b LaTeX Kernel (Kevyal options)]
+ [2022/02/07 v1.0c LaTeX Kernel (Kevyal options)]
% \iffalse
\documentclass{l3doc}
\GetFileInfo{ltkeys.dtx}
@@ -155,6 +155,8 @@
% \begin{macro}{.code, .if, .store, .usage}
% \changes{v1.0b}{2022/02/05}
% {Create properties in \texttt{ltlkeys}}
+% \changes{v1.0c}{2022/02/07}
+% {Correct \texttt.{.code} property}
% \begin{macrocode}
\group_begin:
\cs_set_protected:Npn \@@_tmp:nn #1#2
@@ -166,7 +168,7 @@
\@@_tmp:nn
}
\@@_tmp:nn
- { code } { code }
+ { code:n } { code }
{ legacy_if_set:n } { if }
{ tl_set:N } { store }
{ usage:n } { usage }
More information about the latex3-commits
mailing list.