[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: initialise raw class options list to \relax (57ff511d)
David Carlisle
d.p.carlisle at gmail.com
Mon May 31 11:19:40 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/57ff511da3cfae9d2ab768a72c070ed3444b9918
>---------------------------------------------------------------
commit 57ff511da3cfae9d2ab768a72c070ed3444b9918
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Mon May 31 10:19:40 2021 +0100
initialise raw class options list to \relax
>---------------------------------------------------------------
57ff511da3cfae9d2ab768a72c070ed3444b9918
base/changes.txt | 5 +++++
base/ltclass.dtx | 10 +++++++++-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/base/changes.txt b/base/changes.txt
index 15ff9ddb..2dfa2b68 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,6 +6,11 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================
+2021-05-31 David Carlisle <David.Carlisle at latex-project.org>
+
+ * ltclass.dtx: Initialise \@raw at classoptionslist to \relax to
+ match \@classoptionslist
+
2021-05-30 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* doc.dtx (subsection{Macros for the `documentation parts'}):
diff --git a/base/ltclass.dtx b/base/ltclass.dtx
index 7446f058..a0ab0fa3 100644
--- a/base/ltclass.dtx
+++ b/base/ltclass.dtx
@@ -33,7 +33,7 @@
%<*driver>
% \fi
\ProvidesFile{ltclass.dtx}
- [2021/05/18 v1.4a LaTeX Kernel (Class & Package Interface)]
+ [2021/05/18 v1.4b LaTeX Kernel (Class & Package Interface)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{ltclass.dtx}
@@ -505,6 +505,14 @@
% \end{macrocode}
% \end{macro}
%
+% \begin{macro}{\@raw at classoptionslist}
+% List of options of the main class (unprocessed).
+% \changes{v1.4b}{2021/05/18}{Initialise to \cs{relax} to match \cs{@classoptionslist}}
+% \begin{macrocode}
+\let\@raw at classoptionslist\relax
+% \end{macrocode}
+% \end{macro}
+%
% \begin{macro}{\@unusedoptionlist}
% \changes{v1.0u}{1996/07/26}{made only preamble}
% List of options of the main class that haven't been declared or
More information about the latex3-commits
mailing list.