changeset 30538:95bc8d012563

update from texinfo
author Karl Berry <karl@freefriends.org>
date Wed, 03 Dec 2008 17:47:08 -0800
parents 6bceff3ccfb5
children a44e02f02f98
files build-aux/texinfo.tex
diffstat 1 files changed, 2 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/texinfo.tex	Thu Dec 04 01:31:06 2008 +0100
+++ b/build-aux/texinfo.tex	Wed Dec 03 17:47:08 2008 -0800
@@ -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.