changeset 30430:d5a12f41c548

update from texinfo
author Karl Berry <karl@freefriends.org>
date Wed, 29 Oct 2008 16:57:00 -0700
parents c7b76f46721e
children ffda53921852
files build-aux/texinfo.tex
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/texinfo.tex	Tue Oct 28 22:53:47 2008 +0100
+++ b/build-aux/texinfo.tex	Wed Oct 29 16:57:00 2008 -0700
@@ -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-29.15}
 %
 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -9019,8 +9019,9 @@
 @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)