Hi Linus,
I don't understand the following change since at least one expression is required in these clauses. @lisp (@var{test} => @var{expression}) @@ -217,7 +217,7 @@ result of the @code{cond}-expression. @var{key} may be any expression, and the @var{clause}s must have the form @lisp -((@var{datum1} @dots{}) @var{expr1} @var{expr2} @dots{}) +((@var{datum1} @dots{}) @var{body} @dots{}) @end lisp Regards Daniel