* texinfo.tex (\contents, \summarycontents): Must not be \outer.

This commit is contained in:
Karl Berry 1998-06-27 23:30:48 +00:00
parent d153373039
commit 44309109fe

View file

@ -3433,7 +3433,7 @@ width0pt\relax} \fi
% Normal (long) toc. % Normal (long) toc.
\outer\def\contents{% \def\contents{%
\startcontents{\putwordTableofContents}% \startcontents{\putwordTableofContents}%
\input \jobname.toc \input \jobname.toc
\endgroup \endgroup
@ -3441,7 +3441,7 @@ width0pt\relax} \fi
} }
% And just the chapters. % And just the chapters.
\outer\def\summarycontents{% \def\summarycontents{%
\startcontents{\putwordShortContents}% \startcontents{\putwordShortContents}%
% %
\let\chapentry = \shortchapentry \let\chapentry = \shortchapentry