diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-13 00:32:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-13 00:32:22 +0000 |
commit | 4da2eae57ebfd7d565d0f2bfe4b4b7f7c83997b9 (patch) | |
tree | 03e3f811ea4c8fd3729bf2f866ec43f1c9b6e814 /Master/texmf-dist/tex/texinfo | |
parent | 64761ba46fcb87ac17db5cee70e214420e72a6d0 (diff) |
fix from akira
git-svn-id: svn://tug.org/texlive/trunk@10950 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/texinfo')
-rw-r--r-- | Master/texmf-dist/tex/texinfo/texinfo.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/texinfo/texinfo.tex b/Master/texmf-dist/tex/texinfo/texinfo.tex index 53a26190fa4..ecd58dad0c8 100644 --- a/Master/texmf-dist/tex/texinfo/texinfo.tex +++ b/Master/texmf-dist/tex/texinfo/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2008-10-12.11} +\def\texinfoversion{2008-10-12.17} % % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -3878,7 +3878,7 @@ end % The \closeout helps reduce unnecessary open files; the limit on the % Acorn RISC OS is a mere 16 files. \expandafter\closeout\csname#2indfile\endcsname - \expandafter\let\csname\donesynindex#2\endcsname = 1 + \expandafter\let\csname donesynindex#2\endcsname = 1 \fi % redefine \fooindfile: \expandafter\let\expandafter\temp\expandafter=\csname#3indfile\endcsname |