diff options
author | Karl Berry <karl@gnu.org> | 1997-12-23 16:33:04 +0000 |
---|---|---|
committer | Karl Berry <karl@gnu.org> | 1997-12-23 16:33:04 +0000 |
commit | 57ba55d08cc61c7eb661cad68caa3acee4b7d9b0 (patch) | |
tree | 600ee369132ebbc786b4636f090f0f75a2c9cbe7 /texinfo.tex | |
parent | 886748c02d3510d09417157e9eaebd3e41b0b2e2 (diff) | |
download | gunmake-57ba55d08cc61c7eb661cad68caa3acee4b7d9b0.tar.gz |
Spurious xepsf.tex should be epsf.tex.
Diffstat (limited to 'texinfo.tex')
-rw-r--r-- | texinfo.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/texinfo.tex b/texinfo.tex index 4af39bc..9d5f0d6 100644 --- a/texinfo.tex +++ b/texinfo.tex @@ -4617,7 +4617,7 @@ width0pt\relax} \fi % Check for and read epsf.tex up front. If we read it only at @image % time, we might be inside a group, and then its definitions would get % undone and the next image would fail. -\openin 1 = xepsf.tex +\openin 1 = epsf.tex \ifeof 1 \else \closein 1 \def\epsfannounce{\toks0 = }% do not bother showing banner |