From: Karl Berry Date: Sat, 16 Nov 1996 00:20:09 +0000 (+0000) Subject: (\value): Don't call \parsearg, @value takes a simple arg. X-Git-Tag: 3.75.1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b0b3a6e70ed65a2e4cd16b2b8470620fdb1bfb9;p=thirdparty%2Fmake.git (\value): Don't call \parsearg, @value takes a simple arg. --- diff --git a/texinfo.tex b/texinfo.tex index ee365f40..b3f2c4ee 100644 --- a/texinfo.tex +++ b/texinfo.tex @@ -893,7 +893,7 @@ where each line of input produces a line of output.} % \def\value{\begingroup \catcode`\-=12 \catcode`\_=12 % Allow - and _ in VAR. - \parsearg\valuexxx} + \valuexxx} \def\valuexxx#1{% \expandafter\ifx\csname SET#1\endcsname\relax {\{No value for ``#1''\}}%