diff options
author | Karl Berry <karl@gnu.org> | 1998-06-27 23:30:48 +0000 |
---|---|---|
committer | Karl Berry <karl@gnu.org> | 1998-06-27 23:30:48 +0000 |
commit | 44309109fe119887b4753a7184ac71384079802b (patch) | |
tree | fbaf52e6711deda8c0765e7353c4d32046e9c4d2 /texinfo.tex | |
parent | d15337303974581c8af75b45feb0c8e7b48c34d6 (diff) | |
download | make-44309109fe119887b4753a7184ac71384079802b.tar.gz make-44309109fe119887b4753a7184ac71384079802b.tar.bz2 make-44309109fe119887b4753a7184ac71384079802b.zip |
* texinfo.tex (\contents, \summarycontents): Must not be \outer.
Diffstat (limited to 'texinfo.tex')
-rw-r--r-- | texinfo.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/texinfo.tex b/texinfo.tex index 9b71dec..c912191 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 |