[latex3-commits] [git/LaTeX3-latex3-latex2e] master: fixed typo and redundant code as reported (f2856c55)

Frank Mittelbach frank.mittelbach at latex-project.org
Thu Oct 8 10:30:12 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : master
Link       : https://github.com/latex3/latex2e/commit/f2856c55e60c7dd145c750c1fd71ff5c583db223

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

commit f2856c55e60c7dd145c750c1fd71ff5c583db223
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Thu Oct 8 10:30:12 2020 +0200

    fixed typo and redundant code as reported


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

f2856c55e60c7dd145c750c1fd71ff5c583db223
 base/changes.txt  |  5 +++++
 base/ltfssini.dtx | 17 ++++++++---------
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index 3820070a..728d6737 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -10,6 +10,11 @@ are not part of the distribution.
 All changes above are only part of the development branch for the next release.
 ================================================================================
 
+2020-10-08  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
+
+	* ltfssini.dtx: removed redundant code and fixed a misspelling
+	in a csname (no functional change)
+
 2020-10-04  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 
 	* ltxdoc.dtx (section{DocInclude}):
diff --git a/base/ltfssini.dtx b/base/ltfssini.dtx
index 10f3dc58..fbea725c 100644
--- a/base/ltfssini.dtx
+++ b/base/ltfssini.dtx
@@ -36,7 +36,7 @@
 %
 %
 \ProvidesFile{ltfssini.dtx}
-             [2020/09/30 v3.2d LaTeX Kernel (NFSS Initialisation)]
+             [2020/10/08 v3.2e LaTeX Kernel (NFSS Initialisation)]
 % \iffalse
 \documentclass{ltxdoc}
 \begin{document}
@@ -1070,17 +1070,23 @@
 %  \begin{macro}{\@rmfamilyhook}
 %  \begin{macro}{\@sffamilyhook}
 %  \begin{macro}{\@ttfamilyhook}
+%  \begin{macro}{\@defaultfamilyhook}
+% \changes{v3.1h}{2020/02/10}{Add \cs{@defaultfamilyhook} to \cs{normalfont} (gh/269)}
 %     These four hooks have legacy versions used in 2020/02/02 so we
 %    should support them until they aren't any longer used.
+%
+%    By default the hooks do nothing.
 %    \begin{macrocode}
 \let\@rmfamilyhook\@empty
 \let\@sffamilyhook\@empty
 \let\@ttfamilyhook\@empty
-\let\@defaulfamilyhook\@empty
+\let\@defaultfamilyhook\@empty   %FMi sort out
 %    \end{macrocode}
 %  \end{macro}
 %  \end{macro}
 %  \end{macro}
+%  \end{macro}
+%
 %
 %    \begin{macrocode}
 %</2ekernel|latexrelease>
@@ -1787,13 +1793,6 @@
 % \end{macro}
 %    
 %
-%  \begin{macro}{\@defaultfamilyhook}
-%    By default the hooks do nothing.
-% \changes{v3.1h}{2020/02/10}{Add \cs{@defaultfamilyhook} to \cs{normalfont} (gh/269)}
-%    \begin{macrocode}
-\let\@defaultfamilyhook\@empty  %FMi sort out
-%    \end{macrocode}
-%  \end{macro}
 %
 %    \begin{macrocode}
 %</2ekernel|latexrelease>





More information about the latex3-commits mailing list.