texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex (@useindex): Use \global in ass


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (@useindex): Use \global in assignment to escape the group in \defunargs added 2022-12-29.
Date: Tue, 17 Jan 2023 14:53:58 -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 c4812f3775 * doc/texinfo.tex (@useindex): Use \global in assignment to 
escape the group in \defunargs added 2022-12-29.
c4812f3775 is described below

commit c4812f377580a0ec33104e7bb0a535e7841cb410
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Jan 17 19:53:50 2023 +0000

    * doc/texinfo.tex (@useindex): Use \global in assignment to
    escape the group in \defunargs added 2022-12-29.
---
 ChangeLog       | 5 +++++
 doc/texinfo.tex | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f0943b31b1..3380ce711c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-01-17  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (@useindex): Use \global in assignment to
+       escape the group in \defunargs added 2022-12-29.
+
 2023-01-17  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * tp/Texinfo/command_data.txt: Add @useindex.  Don't do anything
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 9534f1edff..0f57611a5e 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{2023-01-13.20}
+\def\texinfoversion{2023-01-17.19}
 %
 % Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
 %
@@ -7560,7 +7560,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
 \newtoks\defidx
 \newtoks\deftext
 
-\def\useindex#1{\defidx={#1}\ignorespaces}
+\def\useindex#1{\global\defidx={#1}\ignorespaces}
 
 % Called as \printdefunline \deffooheader{text}
 %



reply via email to

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