[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6719] remove \xeatspaces definitions
From: |
Gavin D. Smith |
Subject: |
[6719] remove \xeatspaces definitions |
Date: |
Wed, 21 Oct 2015 19:25:05 +0000 |
Revision: 6719
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6719
Author: gavin
Date: 2015-10-21 19:25:04 +0000 (Wed, 21 Oct 2015)
Log Message:
-----------
remove \xeatspaces definitions
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/texinfo.tex
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-10-21 19:21:20 UTC (rev 6718)
+++ trunk/ChangeLog 2015-10-21 19:25:04 UTC (rev 6719)
@@ -1,5 +1,11 @@
2015-10-21 Gavin Smith <address@hidden>
+ * doc/texinfo.tex (\scanmacro, \commondummiesnofonts): Remove
+ definition of \xeatspaces, because this control sequence isn't
+ used any more.
+
+2015-10-21 Gavin Smith <address@hidden>
+
* tp/TestXS: Move test extension into tp/Texinfo/Convert/XSParagraph
and remove directory. This should make the test more reliable
as the conditions of building are more similar to those of the
Modified: trunk/doc/texinfo.tex
===================================================================
--- trunk/doc/texinfo.tex 2015-10-21 19:21:20 UTC (rev 6718)
+++ trunk/doc/texinfo.tex 2015-10-21 19:25:04 UTC (rev 6719)
@@ -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{2015-10-17.11}
+\def\texinfoversion{2015-10-21.19}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -4685,7 +4685,6 @@
% The space after the comma will end up in the temporary definition
% that we make for arg2 (see \parsemargdef ff.). We want all this to be
% expanded for the sake of the index, so we end up just seeing "bar".
- \let\xeatspaces = \eatspaces
\let\xprocessmacroarg\eatspaces
}
@@ -7594,7 +7593,6 @@
% Argument is macro body with arguments substituted
\def\scanmacro#1{%
\newlinechar`\^^M
- \let\xeatspaces\eatspaces
% Reduce doubled backslashes to one
\def\xprocessmacroarg{\passargtomacro\eatspaces}%
%
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6719] remove \xeatspaces definitions,
Gavin D. Smith <=