From: Paul Eggert <eggert@cs.ucla.edu>
Date: Wed, 6 Jul 2005 22:52:26 +0000 (+0000)
Subject: Sync from texinfo.
X-Git-Tag: cvs-readonly~3220
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=eb882630d026aa3ede45f1e4f212b5dba7fe3e14;p=gnulib.git

Sync from texinfo.
---

diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex
index cc761b4598..8c5bfde3d8 100644
--- a/build-aux/texinfo.tex
+++ b/build-aux/texinfo.tex
@@ -3249,7 +3249,6 @@ where each line of input produces a line of output.}
 % Called from \indexdummies and \atdummies.
 %
 \def\commondummies{%
-  \normalturnoffactive
   %
   % \definedummyword defines \#1 as \string\#1\space, thus effectively
   % preventing its expansion.  This is used only for control% words,
@@ -3319,15 +3318,14 @@ where each line of input produces a line of output.}
   \definedummyword\print
   \definedummyword\result
   %
+  % We want to disable all macros so that they are not expanded by \write.
+  \macrolist
+  %
+  \normalturnoffactive
+  %
   % Handle some cases of @value -- where it does not contain any
   % (non-fully-expandable) commands.
   \makevalueexpandable
-  %
-  % Normal spaces, not active ones.
-  \unsepspaces
-  %
-  % We want to disable all macros so that they are not expanded by \write.
-  \macrolist
 }
 
 % \commondummiesnofonts: common to \commondummies and \indexnofonts.