summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-10-24 21:19:53 +0000
committerKarl Berry <karl@freefriends.org>2023-10-24 21:19:53 +0000
commit49fe7a21ff878798ec281ad3610c4fcf1555c48c (patch)
tree716ba558c8c414b6ce2fe7025aef160a905422b5 /Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
parent34c99d58693456e927a1a0cca1f701304e20120d (diff)
make \@wrindex robust, tex4ht r1397
git-svn-id: svn://tug.org/texlive/trunk@68640 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index 577a1f2e9b8..4a3036cffd5 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1396 2023-10-20 16:07:23Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1397 2023-10-24 19:39:36Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2023 TeX Users Group
@@ -12847,7 +12847,7 @@ the meaning of \''\chat`\#'.
\let\a:wrindex\empty
\expandafter\ifx \csname @indexfile\endcsname\relax \else
\let\o:wrindex:|=\@wrindex
- \def\@wrindex{\a:wrindex \o:wrindex:}
+ \DeclareRobustCommand\@wrindex{\a:wrindex \o:wrindex:}
\Configure{wrindex}
{|<control @|>\warn:idx{\jobname}%
\:wribefr\@indexfile}