diff options
author | Karl Berry <karl@freefriends.org> | 2012-06-05 14:44:59 -0700 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-06-05 14:44:59 -0700 |
commit | 33f823397dbb0edb57503f2f6dad2362456bc6a9 (patch) | |
tree | e71e7ae077d99180ded46b213ad575382684ffc7 | |
parent | f6c2431e873d1c9972f97cb610ab26491d626410 (diff) | |
download | gnulib-33f823397dbb0edb57503f2f6dad2362456bc6a9.tar.gz |
update from texinfo
-rw-r--r-- | build-aux/texinfo.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex index 0f3a0960c0..a5a7b2beac 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{2012-05-16.16} +\def\texinfoversion{2012-06-05.14} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -1117,7 +1117,7 @@ where each line of input produces a line of output.} % #1 is a control sequence in which to do the replacements, % which we \xdef. \def\txiescapepdf#1{% - \ifx\pdfescapestring\relax + \ifx\pdfescapestring\thisisundefined % No primitive available; should we give a warning or log? % Many times it won't matter. \else |