summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/lterror.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/base/lterror.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/lterror.dtx12
1 files changed, 5 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/base/lterror.dtx b/Master/texmf-dist/source/latex/base/lterror.dtx
index 4ec91167b18..99ed14077a6 100644
--- a/Master/texmf-dist/source/latex/base/lterror.dtx
+++ b/Master/texmf-dist/source/latex/base/lterror.dtx
@@ -32,7 +32,7 @@
%<*driver>
% \fi
\ProvidesFile{lterror.dtx}
- [2015/02/21 v1.2o LaTeX Kernel (errors)]
+ [2016/10/15 v1.2p LaTeX Kernel (errors)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{lterror.dtx}
@@ -84,6 +84,8 @@
% {Modify autoload support}
% \changes{v1.2o}{2015/02/21}
% {Removed autoload support}
+% \changes{v1.2p}{2016/10/15}
+% {Require e\TeX{}}
%
% \section{Error handling}
%
@@ -457,13 +459,9 @@ Type H <return> for immediate help.}%
% \changes{v1.0d}{1994/03/28}
% {Remove test for \cs{inputlineno} undefined.}
% \begin{macro}{\on@line}
-% The message ` on input line~$n$', if possible.
+% The message ` on input line~$n$'.
% \begin{macrocode}
-\ifnum\inputlineno=\m@ne
- \let\on@line\@empty
-\else
- \def\on@line{ on input line \the\inputlineno}
-\fi
+\def\on@line{ on input line \the\inputlineno}
% \end{macrocode}
% \end{macro}
%