mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-04 19:12:50 +00: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
1 changed files with 7 additions and 4 deletions
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 a new issue