From: Karl Berry Date: Sat, 27 Jun 1998 23:30:48 +0000 (+0000) Subject: * texinfo.tex (\contents, \summarycontents): Must not be \outer. X-Git-Tag: 3.77~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44309109fe119887b4753a7184ac71384079802b;p=thirdparty%2Fmake.git * texinfo.tex (\contents, \summarycontents): Must not be \outer. --- diff --git a/texinfo.tex b/texinfo.tex index 9b71dece..c912191d 100644 --- a/texinfo.tex +++ b/texinfo.tex @@ -3433,7 +3433,7 @@ width0pt\relax} \fi % Normal (long) toc. -\outer\def\contents{% +\def\contents{% \startcontents{\putwordTableofContents}% \input \jobname.toc \endgroup @@ -3441,7 +3441,7 @@ width0pt\relax} \fi } % And just the chapters. -\outer\def\summarycontents{% +\def\summarycontents{% \startcontents{\putwordShortContents}% % \let\chapentry = \shortchapentry