diff options
author | Karl Berry <karl@freefriends.org> | 2012-06-10 16:12:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-06-10 16:12:19 +0000 |
commit | 9c3522f7b66a0eeb63fafc884b6514c4a01980a8 (patch) | |
tree | d00685a37d1f273c7f29edf1f24bd77912e86f5f /Master | |
parent | d491422bdcbf995ffe8e913f8a4feb9c9ac21ec2 (diff) |
one more texinfo.tex
git-svn-id: svn://tug.org/texlive/trunk@26886 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/texinfo/texinfo.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/texinfo/texinfo.tex b/Master/texmf-dist/tex/texinfo/texinfo.tex index 0f3a0960c03..a5a7b2beac7 100644 --- a/Master/texmf-dist/tex/texinfo/texinfo.tex +++ b/Master/texmf-dist/tex/texinfo/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 |