[latex3-commits] [git/LaTeX3-latex3-latex2e] options: Std vs expl3 coding issue (f19ad6d7)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Dec 1 08:30:45 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : options
Link       : https://github.com/latex3/latex2e/commit/f19ad6d7516b5b4c674711ebddfada10e65d9500

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

commit f19ad6d7516b5b4c674711ebddfada10e65d9500
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Dec 1 07:30:45 2021 +0000

    Std vs expl3 coding issue


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

f19ad6d7516b5b4c674711ebddfada10e65d9500
 base/ltclass.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/ltclass.dtx b/base/ltclass.dtx
index 07c55da3..df4844c7 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.