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: Stefan Monnier
Subject: Re: [Emacs-diffs] master f6b5db6: Add support for generators
Date: Wed, 04 Mar 2015 20:06:11 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> It does work, though. It's analogous to (progn), (and), and (or), which
> evolve to nil, nil, and t, respectively. Common Lisp also works fine
> with empty function bodies. We shouldn't make empty functions work
> everywhere except this one context.

Feel free to fix macroexp-parse-body accordingly.  I don't think it's
worth my time, but I won't oppose a patch for it (of course, it still
should correctly handle the case of (defun foo () "toto")).


        Stefan



reply via email to

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