From 9b0b3a6e70ed65a2e4cd16b2b8470620fdb1bfb9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 16 Nov 1996 00:20:09 +0000 Subject: [PATCH] (\value): Don't call \parsearg, @value takes a simple arg. --- texinfo.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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''\}}%