summaryrefslogtreecommitdiff
path: root/build-aux/texinfo.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-28 15:21:26 -0700
committerKarl Berry <karl@freefriends.org>2019-05-28 15:21:26 -0700
commite76e3faeb294f545862766c37d5dc1bdedf22168 (patch)
treeb45af528f1a0af1789d1670f98d9f9334e6841f8 /build-aux/texinfo.tex
parent1b7fed3b04326a09a8e47636c540b7c5f9761598 (diff)
downloadgnulib-e76e3faeb294f545862766c37d5dc1bdedf22168.tar.gz
autoupdate
Diffstat (limited to 'build-aux/texinfo.tex')
-rw-r--r--build-aux/texinfo.tex17
1 files changed, 14 insertions, 3 deletions
diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex
index ccd112941a..53f2fc4835 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{2019-04-12.13}
+\def\texinfoversion{2019-05-18.15}
%
% Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc.
%
@@ -4952,6 +4952,8 @@ end
\definedummyword\sup
\definedummyword\textdegree
%
+ \definedummyword\subentry
+ %
% We want to disable all macros so that they are not expanded by \write.
\macrolist
\let\value\dummyvalue
@@ -5224,10 +5226,10 @@ end
}
\def\indexwriteseealso#1{
- \gdef\pagenumbertext{@seealso{#1}}%
+ \gdef\pagenumbertext{\string\seealso{#1}}%
}
\def\indexwriteseeentry#1{
- \gdef\pagenumbertext{@seeentry{#1}}%
+ \gdef\pagenumbertext{\string\seeentry{#1}}%
}
% The default definitions
@@ -5315,6 +5317,15 @@ end
% the current value of \escapechar.
\def\escapeisbackslash{\escapechar=`\\}
+% Use \ in index files by default. texi2dvi didn't support @ as as the escape
+% character (as it checked for "\entry" in the files, and not "@entry"). When
+% the new version of texi2dvi has had a chance to become more prevalent, then
+% the escape character can change back to @ again. This should be an easy
+% change to make now because both @ and \ are only used as escape characters in
+% index files, never standing for themselves.
+%
+\set txiindexescapeisbackslash
+
% Write the entry in \indextext to the index file.
%
\def\doindwrite{%