emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix (letrec ((ignore)))


From: Kyle Meyer
Subject: Re: [PATCH] Fix (letrec ((ignore)))
Date: Sat, 12 Dec 2015 23:08:40 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

John Wiegley <address@hidden> writes:

> (letrec ((SOMEVAR))) should be an error, since the value is missing. If one
> wishes to declare SOMEVAR with a nil value, the correct forms are:
>
>     (letrec ((SOMEVAR nil)))
>     (letrec (SOMEVAR))

Doesn't the second form currently signal an error?

> and then Org and other users should be corrected.

Should be fixed in the Org repo as of f57778090.

-- 
Kyle



reply via email to

[Prev in Thread] Current Thread [Next in Thread]