[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Add change notice to document the removal of an unused local variable (05a2abd1)

Josef Friedrich josef at friedrich.rocks
Wed Feb 15 23:45:24 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/05a2abd13cab3d3a26ecb0bff0b909700132aa6a

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

commit 05a2abd13cab3d3a26ecb0bff0b909700132aa6a
Author: Josef Friedrich <josef at friedrich.rocks>
Date:   Thu Jan 19 14:26:35 2023 +0100

    Add change notice to document the removal of an unused local variable


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

05a2abd13cab3d3a26ecb0bff0b909700132aa6a
 base/changes.txt  | 4 ++++
 base/ltluatex.dtx | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/base/changes.txt b/base/changes.txt
index 468b6643..07c74678 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -10,6 +10,10 @@ are not part of the distribution.
 All changes above are only part of the development branch for the next release.
 ================================================================================
 
+2023-01-19  Josef Friedrich <josef at friedrich.rocks>
+
+	* ltluatex.dtx:
+	Remove unused local variable tex_setattribute (gh/978)
 
 2022-11-24  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 
diff --git a/base/ltluatex.dtx b/base/ltluatex.dtx
index 47647083..3cf3ff2e 100644
--- a/base/ltluatex.dtx
+++ b/base/ltluatex.dtx
@@ -28,7 +28,7 @@
 \ProvidesFile{ltluatex.dtx}
 %</driver>
 %<*tex>
-[2022/10/03 v1.2a
+[2023/01/19 v1.2b
 %</tex>
 %<plain>  LuaTeX support for plain TeX (core)
 %<*tex>
@@ -968,6 +968,7 @@ local luatexbase = luatexbase
 %
 % Some Lua best practice: use local versions of functions where possible.
 % \changes{v1.1u}{2021/08/11}{Define missing local function}
+% \changes{v1.2b}{2023/01/19}{Remove unused local variable tex_setattribute}
 %    \begin{macrocode}
 local string_gsub      = string.gsub
 local tex_count        = tex.count





More information about the latex3-commits mailing list.