[latex3-commits] [git/LaTeX3-latex3-latex2e] gh479: Check for \EndModuleRelease only if in a \NewModuleRelease (d7bff148)
PhelypeOleinik
phelype.oleinik at latex-project.org
Wed Mar 10 23:10:45 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : gh479
Link : https://github.com/latex3/latex2e/commit/d7bff148f573b31cbb00ce674fecc59395740e0f
>---------------------------------------------------------------
commit d7bff148f573b31cbb00ce674fecc59395740e0f
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Wed Mar 10 19:10:45 2021 -0300
Check for \EndModuleRelease only if in a \NewModuleRelease
>---------------------------------------------------------------
d7bff148f573b31cbb00ce674fecc59395740e0f
base/ltvers.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/ltvers.dtx b/base/ltvers.dtx
index fce07ae4..ef2709b8 100644
--- a/base/ltvers.dtx
+++ b/base/ltvers.dtx
@@ -243,11 +243,11 @@
{There is an \string\EndIncludeRelease\space missing}%
\@includeinreleasefalse
\fi
- \ifnum \expandafter\@parse at version#1//00\@nil=0
+ \if at skipping@module \ifnum \expandafter\@parse at version#1//00\@nil=0
\expandafter\expandafter
\expandafter\finish at module@release
\expandafter\@gobblefour
- \fi
+ \fi \fi
\kernel at ifnextchar[%
{\@IncludeInRelease{#1}}
{\@IncludeInRelease{#1}[#1]}}
More information about the latex3-commits
mailing list.