summaryrefslogtreecommitdiff
path: root/tex
diff options
context:
space:
mode:
authorDavid Kastrup <dak@gnu.org>2012-07-13 14:09:15 +0200
committerDavid Kastrup <dak@gnu.org>2012-07-18 14:59:24 +0200
commit6a00fa3d4001d7d9e759a83b1fc210e4e74915de (patch)
tree752d69e05aabdd290eae2c2b823925f43dc0b4e6 /tex
parent41b3430bcf436355f9eb7ee4e462b29a43561756 (diff)
Change texinfo.tex to get old indexing behavior.
Diffstat (limited to 'tex')
-rw-r--r--tex/texinfo.tex19
1 files changed, 9 insertions, 10 deletions
diff --git a/tex/texinfo.tex b/tex/texinfo.tex
index 2b646dd671..0b40cc27b6 100644
--- a/tex/texinfo.tex
+++ b/tex/texinfo.tex
@@ -3,12 +3,14 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{2012-07-03.16}
+\def\texinfoversion{2012-07-03.16@LP}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
% 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
%
+% Modified version used in LilyPond, changed in 2012.
+%
% This texinfo.tex file is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, either version 3 of the
@@ -7286,9 +7288,14 @@ end
\usembodybackslash
}
+% LilyPond CHANGE: The following definition has been reverted to the
+% original definition since it was problematic in the context of
+% indexing.
+
\def\macroargctxt{% used when scanning invocations
\scanctxt
- \catcode`\\=0
+% \catcode`\\=0
+ \catcode`\\=\other
}
% why catcode 0 for \ in the above? To recognize \\ \{ \} as "escapes"
% for the single characters \ { }. Thus, we end up with the "commands"
@@ -10028,15 +10035,7 @@ directory should work if nowhere else does.}
@markupsetuprqdefault
@c Local variables:
-@c eval: (add-hook 'write-file-hooks 'time-stamp)
@c page-delimiter: "^\\\\message"
-@c time-stamp-start: "def\\\\texinfoversion{"
-@c time-stamp-format: "%:y-%02m-%02d.%02H"
-@c time-stamp-end: "}"
@c End:
@c vim:sw=2:
-
-@ignore
- arch-tag: e1b36e32-c96e-4135-a41a-0b2efa2ea115
-@end ignore