diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-04 02:16:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-04 02:16:04 +0000 |
commit | c99a88607ca66b53bc62631d3d61ce4ee3f99cdd (patch) | |
tree | 2c0ee729f2c044f41bfc985cdf445c91a09bde3d /Build | |
parent | 920697a16f5564f77a19cbd432d0da9fb38b311b (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@39573 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/build-aux/texinfo.tex | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex index b2f744548e2..58021b2c106 100644 --- a/Build/source/build-aux/texinfo.tex +++ b/Build/source/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{2016-01-31.12} +\def\texinfoversion{2016-02-02.07} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -4739,8 +4739,8 @@ end % \uccode`\1=`\{ \uppercase{\def\{{1}}% \uccode`\1=`\} \uppercase{\def\}{1}}% - \let\lbracechar\{ - \let\rbracechar\} + \let\lbracechar\{% + \let\rbracechar\}% % % Non-English letters. \def\AA{AA}% @@ -8601,12 +8601,9 @@ end % % output the `page 3'. \turnoffactive \putwordpage\tie\refx{#1-pg}{}% - \ifx,\tokenafterxref - \else\ifx.\tokenafterxref - \else\ifx;\tokenafterxref - \else\ifx)\tokenafterxref - \else,% add a , if xref not followed by punctuation - \fi\fi\fi\fi + \if\noexpand\tokenafterxref\space + ,% add a , if xref not followed by punctuation + \fi \fi\fi \fi \endlink |