mirror of
https://github.com/mirror/make.git
synced 2025-01-19 08:40:13 +08:00
1997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* doc/texinfo.tex (xrdef): Read the second argument with \ as an escape character.
This commit is contained in:
parent
e94d73997a
commit
8de0e41662
11
texinfo.tex
11
texinfo.tex
@ -4406,10 +4406,13 @@ width0pt\relax} \fi
|
|||||||
}
|
}
|
||||||
|
|
||||||
% This is the macro invoked by entries in the aux file.
|
% This is the macro invoked by entries in the aux file.
|
||||||
\def\xrdef #1#2{{%
|
%
|
||||||
\catcode`\'=\other
|
\def\xrdef#1{\begingroup
|
||||||
\expandafter\gdef\csname X#1\endcsname{#2}%
|
% 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.
|
% Read the last existing aux file, if any. No error if none exists.
|
||||||
\def\readauxfile{\begingroup
|
\def\readauxfile{\begingroup
|
||||||
|
Loading…
Reference in New Issue
Block a user