diff options
author | Karl Berry <karl@freefriends.org> | 2013-08-09 09:27:34 -0700 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-08-09 09:27:34 -0700 |
commit | c1118d1ccfa785a0f3bbfc7316bde06c938ade8b (patch) | |
tree | 23410d9ba58fff8b415f4654381c610ce3a9b661 /build-aux | |
parent | ccf7bfa310feffc94936b9e5d14b34d9e0f87b89 (diff) | |
download | gnulib-c1118d1ccfa785a0f3bbfc7316bde06c938ade8b.tar.gz |
update from texinfo
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/texinfo.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex index b81c86801d..e8fed29073 100644 --- 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{2013-08-06.10} +\def\texinfoversion{2013-08-09.09} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -2521,7 +2521,9 @@ end \ifx\codedashprev\codedash \else \discretionary{}{}{}\fi \fi - \global\let\codedashprev=\next + % we need the space after the = for the case when \next itself is a + % space token; it would get swallowed otherwise. As in @code{- a}. + \global\let\codedashprev= \next } } \def\normaldash{-} |