[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missing comments in line-ends (8990e97)
Bruno Le Floch
bruno at le-floch.fr
Sat Apr 7 04:44:32 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/8990e97d6463a6623b8b24a47ee5723d1e789f1e
>---------------------------------------------------------------
commit 8990e97d6463a6623b8b24a47ee5723d1e789f1e
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Fri Apr 6 22:44:32 2018 -0400
Missing comments in line-ends
This should never matter since expl3 is only ever loaded in vertical
mode, but I do that for consistency with other lines in that file.
>---------------------------------------------------------------
8990e97d6463a6623b8b24a47ee5723d1e789f1e
l3kernel/expl3.dtx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index 1e0b8a7..f584951 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -1208,13 +1208,13 @@
\DeclareOption{#1=false}{\chardef #2=0 }%
\newcommand*#2{}%
\chardef #2=0 %
- }
+ }%
\expl at create@bool at option{check-declarations}\l at expl@check at declarations@bool
\expl at create@bool at option{log-functions}\l at expl@log at functions@bool
\expl at create@bool at option{enable-debug}\l at expl@enable at debug@bool
\let\expl at create@bool at option\@undefined
\chardef\l at expl@enable at debug@bool=0 %
-\newcommand*\l at expl@options at clist{}
+\newcommand*\l at expl@options at clist{}%
\DeclareOption*
{%
\ifx\l at expl@options at clist\@empty
@@ -1225,7 +1225,7 @@
\expandafter\expandafter\expandafter
{\expandafter\l at expl@options at clist\expandafter,\CurrentOption}
\fi
- }
+ }%
\ProcessOptions\relax
\ifodd\l at expl@check at declarations@bool
\chardef\l at expl@enable at debug@bool=1 %
@@ -1250,23 +1250,23 @@
{%
\ProvidesPackage{#1}[#2 \ifx\relax#3\relax\else v#3\space\fi #4]%
\ExplSyntaxOn
- }
+ }%
\protected\def\ProvidesExplClass#1#2#3#4%
{%
\ProvidesClass{#1}[#2 \ifx\relax#3\relax\else v#3\space\fi #4]%
\ExplSyntaxOn
- }
+ }%
\protected\def\ProvidesExplFile#1#2#3#4%
{%
\ProvidesFile{#1}[#2 \ifx\relax#3\relax\else v#3\space\fi #4]%
\ExplSyntaxOn
- }
+ }%
% \end{macrocode}
% \end{macro}
%
% Load the business end: this leaves \cs{expl3} syntax on.
% \begin{macrocode}
-\input{expl3-code.tex}
+\input{expl3-code.tex}%
% \end{macrocode}
%
% A check that the bootstrap code did not abort loading: if it did,
More information about the latex3-commits
mailing list