summaryrefslogtreecommitdiff
path: root/macros/latex/base/latex209.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/base/latex209.dtx')
-rw-r--r--macros/latex/base/latex209.dtx8
1 files changed, 7 insertions, 1 deletions
diff --git a/macros/latex/base/latex209.dtx b/macros/latex/base/latex209.dtx
index 6523e65286..d08a8001b5 100644
--- a/macros/latex/base/latex209.dtx
+++ b/macros/latex/base/latex209.dtx
@@ -200,7 +200,7 @@
% \end{macrocode}
% Describe the file.
% \begin{macrocode}
-\ProvidesFile{latex209.def}[2018/08/11 v0.54 Standard LaTeX file]
+\ProvidesFile{latex209.def}[2020/08/21 v0.55 Standard LaTeX file]
% \end{macrocode}
% \changes{v0.24}{1994/05/14}{Removed date.}
% \changes{v0.40}{1995/03/21}
@@ -469,6 +469,12 @@
\saved@missingfileerror{#1}{#2}%
\fi
}
+\@ifundefined{@missing@onefilewithoptions}{}{%
+ \def\@missing@onefilewithoptions#1{%
+ \@pass@ptions\@currext{#1}{\@currname}%
+ \@missingfileerror\@currname\@currext
+ \let\@currname\@empty}%
+}
% \end{macrocode}
% \end{macro}
%