[latex3-commits] [git/LaTeX3-latex3-latex2e] options: Std vs expl3 coding issue (0efff72f)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Jan 12 18:27:10 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : options
Link : https://github.com/latex3/latex2e/commit/0efff72fc60e4972f968124f3f92de724630e529
>---------------------------------------------------------------
commit 0efff72fc60e4972f968124f3f92de724630e529
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Dec 1 07:30:45 2021 +0000
Std vs expl3 coding issue
>---------------------------------------------------------------
0efff72fc60e4972f968124f3f92de724630e529
base/ltclass.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/ltclass.dtx b/base/ltclass.dtx
index 43aa403b..6fbbc91b 100644
--- a/base/ltclass.dtx
+++ b/base/ltclass.dtx
@@ -2300,8 +2300,8 @@
% \changes{v1.5a}{2021/11/30}
% {Separated out from \cs{@onefilewithoptions}}
% \begin{macrocode}
-\def\@onefilewithoptions at clashchk#1
- {\@if at ptions\@currext{\@currname}{#1}{}%
+\def\@onefilewithoptions at clashchk#1{%
+ \@if at ptions\@currext{\@currname}{#1}{}%
{\@latex at error
{Option clash for \@cls at pkg\space \@currname}%
{The package \@currname\space has already been loaded
More information about the latex3-commits
mailing list.