texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex (\linemacro): Do not use @xeats


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (\linemacro): Do not use @xeatspaces around macro arguments as this appears to be unnecessary.
Date: Sun, 12 Mar 2023 12:45:47 -0400

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 924a2dd63e * doc/texinfo.tex (\linemacro): Do not use @xeatspaces 
around macro arguments as this appears to be unnecessary.
924a2dd63e is described below

commit 924a2dd63e6a880313c4111ed47f88475edee29d
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Mar 12 16:45:39 2023 +0000

    * doc/texinfo.tex (\linemacro): Do not use @xeatspaces around
    macro arguments as this appears to be unnecessary.
---
 ChangeLog       | 5 +++++
 doc/texinfo.tex | 9 +++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index db0996c173..caf08f9965 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-03-12  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\linemacro): Do not use @xeatspaces around
+       macro arguments as this appears to be unnecessary.
+
 2023-03-12  Gavin Smith <gavinsmith0123@gmail.com>
 
        * doc/texinfo.tex (\linemacrodef): Do not append space to macro
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 1b3a9a1106..028d06deb1 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-03-12.16}
+\def\texinfoversion{2023-03-12.17}
 %
 % Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
 %
@@ -8608,7 +8608,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
 % At the end it will be like "#1 #2 #3\endlinemacro".
 \def\linegetparamlist#1;{%
   \paramno=0\def\paramlist{}%
-  \let\hash\relax \let\xeatspaces\relax
+  \let\hash\relax
   \linegetparamlistxxx#1; %
 }
 \def\linegetparamlistxxx#1 {%
@@ -8616,7 +8616,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
   \else \let\next=\linegetparamlistxxx
     \advance\paramno by 1
     \expandafter\edef\csname macarg.\eatspaces{#1}\endcsname
-        {\noexpand\xeatspaces{\hash\the\paramno}}%
+        {\hash\the\paramno}%
     \edef\paramlist{\paramlist\hash\the\paramno\space}%
   \fi\next}
 \def\linegetparamlistxxxx{%
@@ -8634,7 +8634,6 @@ might help (with 'rm \jobname.?? \jobname.??s')%
 % Read the body of the macro, replacing backslash-surrounded variables
 %
 {\catcode`\ =\other\long\gdef\parselinemacrobody#1@end linemacro{%
-\let\xeatspaces\relax
 \xdef\macrobody{#1}%
 \endgroup
 \linemacrodef
@@ -8643,7 +8642,6 @@ might help (with 'rm \jobname.?? \jobname.??s')%
 % Make the definition
 \def\linemacrodef{%
   \let\hash=##%
-  \def\xeatspaces{\string\xeatspaces}%
   \expandafter\xdef\csname\the\macname\endcsname{%
     \bgroup
     \noexpand\scanctxt
@@ -8659,7 +8657,6 @@ might help (with 'rm \jobname.?? \jobname.??s')%
   \expandafter\xdef
   \expandafter\expandafter\csname\the\macname @@@\endcsname\paramlist{%
     \newlinechar=13 % split \macrobody into lines
-    \let\noexpand\xeatspaces\noexpand\eatspaces
     \noexpand\scantokens{\macrobody}%
   }
 }



reply via email to

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