# HG changeset patch # User Karl Berry # Date 1228355228 28800 # Node ID 0ebae80be9116de25f8694d3fea3db3da2adac30 # Parent 0c5305491a2b2ced4c9d166b3d9c3187fb08d3d8 update from texinfo diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex --- a/build-aux/texinfo.tex +++ b/build-aux/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-11-27.12} +\def\texinfoversion{2008-12-03.17} % % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -1605,8 +1605,7 @@ \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st} \else % non-pdf mode - % \unskip in hmode, since that's what \safewhatsit does. - \def\pdfmkdest{\ifhmode\unskip\fi\gobble} + \let\pdfmkdest = \gobble \let\pdfurl = \gobble \let\endlink = \relax \let\setcolor = \gobble @@ -4492,13 +4491,6 @@ % \def\safewhatsit#1{% \ifhmode - % The \unskip is in case we are preceded by glue; we don't want to - % allow a line break just before us. For example, if a paragraph - % happens to end perfectly justified and the next line is - % @cindex foo - % (with no blank line preceding), our whatsit would end up on a line - % by itself, appearing as a spurious blank line in the output. - \unskip #1% \else % \lastskip and \lastpenalty cannot both be nonzero simultaneously.