emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master f6b5db6: Add support for generators


From: Daniel Colascione
Subject: Re: [Emacs-diffs] master f6b5db6: Add support for generators
Date: Tue, 03 Mar 2015 21:34:14 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

On 03/03/2015 08:52 PM, Stefan Monnier wrote:
>> It's buggy for empty functions:
>>
>> ELISP> (macroexp-parse-body '("foo" (declare indent 5)))
>> (("foo")
>>  (declare indent 5))
>>
>> ELISP> (macroexp-parse-body '("foo" (declare indent 5) nil))
>> (("foo"
>>   (declare indent 5))
>>  nil)
> 
> Looks right to me (IOW looks like a bug for a function's body to end
> with a `declare').

Why should that be a bug?

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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