diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-30 21:38:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-30 21:38:44 +0000 |
commit | 340b2f9342a45371be3c91cd28c13354f3160786 (patch) | |
tree | 69b4ab35c164d02bf48526e85d066d6a2ac37ac4 /Master/texmf-dist/tex/texinfo/texinfo.tex | |
parent | b036dea24736124350175b95067f10f83fa14984 (diff) |
autoupdate
git-svn-id: svn://tug.org/texlive/trunk@11128 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/texinfo/texinfo.tex')
-rw-r--r-- | Master/texmf-dist/tex/texinfo/texinfo.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/texinfo/texinfo.tex b/Master/texmf-dist/tex/texinfo/texinfo.tex index b046727492e..1901d685aee 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{2008-10-28.11} +\def\texinfoversion{2008-10-30.07} % % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -2490,6 +2490,7 @@ end { \catcode`\-=\active \catcode`\_=\active \catcode`\'=\active \catcode`\`=\active + \global\let'=\rq \global\let`=\lq % default definitions % \global\def\code{\begingroup \catcode\rquoteChar=\active \catcode\lquoteChar=\active @@ -9019,8 +9020,9 @@ directory should work if nowhere else does.} @c txicodequotebacktick work right in, e.g., @w{@code{`foo'}}. If we @c don't make ` and ' active, @code will not get them as active chars. @c Do this last of all since we use ` in the previous @catcode assignments. -@catcode`@'=@active @let'@rq -@catcode`@`=@active @let`@lq +@c (not ready yet, sigh) +@c atcode`@'=@active @let'@rq +@c atcode`@`=@active @let`@lq @c Local variables: @c eval: (add-hook 'write-file-hooks 'time-stamp) |