texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * doc/texinfo.tex (\printdefunline): Call \defcha


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (\printdefunline): Call \defcharsdefault before creating the index entry in case it contains an ampersand or bracket.
Date: Sat, 17 Dec 2022 10:56:43 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new bca89ff432 * doc/texinfo.tex (\printdefunline): Call \defcharsdefault 
before creating the index entry in case it contains an ampersand or bracket.
bca89ff432 is described below

commit bca89ff432b261d75319caba29f592a36e4168cc
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Dec 17 15:56:34 2022 +0000

    * doc/texinfo.tex (\printdefunline): Call \defcharsdefault
    before creating the index entry in case it contains an ampersand
    or bracket.
---
 ChangeLog       | 6 ++++++
 doc/texinfo.tex | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ede440cc61..3e87a81288 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-12-17  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\printdefunline): Call \defcharsdefault
+       before creating the index entry in case it contains an ampersand
+       or bracket.
+
 2022-12-17  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/texinfo.tex (\defindex, \defidx): Rename to
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 0401bdf93d..11976ad636 100644
--- a/doc/texinfo.tex
+++ b/doc/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{2022-12-17.15}
+\def\texinfoversion{2022-12-17.16}
 %
 % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
 %
@@ -7608,6 +7608,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
     % call \deffooheader:
     #1#2 \endheader
     % create the index entry
+    \defcharsdefault
     \edef\temp{\noexpand\doind{\the\defidx}{\the\deftext}}%
     \temp
     % common ending:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]