From: Karl Berry Date: Mon, 23 Feb 1998 22:34:20 +0000 (+0000) Subject: 1997-08-28 Andreas Schwab X-Git-Tag: 3.77~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8de0e41662daf93a630f292cc9264ee8fae6bc80;p=thirdparty%2Fmake.git 1997-08-28 Andreas Schwab * doc/texinfo.tex (xrdef): Read the second argument with \ as an escape character. --- diff --git a/texinfo.tex b/texinfo.tex index f1d7d4f9..d8c6bbd5 100644 --- a/texinfo.tex +++ b/texinfo.tex @@ -4406,10 +4406,13 @@ width0pt\relax} \fi } % This is the macro invoked by entries in the aux file. -\def\xrdef #1#2{{% - \catcode`\'=\other - \expandafter\gdef\csname X#1\endcsname{#2}% -}} +% +\def\xrdef#1{\begingroup + % Reenable \ as an escape while reading the second argument. + \catcode`\\ = 0 + \afterassignment\endgroup + \expandafter\gdef\csname X#1\endcsname +} % Read the last existing aux file, if any. No error if none exists. \def\readauxfile{\begingroup