emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 39355bc: Revert "* lisp/subr.el (when): Use `ma


From: Ken Brown
Subject: Re: [Emacs-diffs] master 39355bc: Revert "* lisp/subr.el (when): Use `macroexp-progn'"
Date: Thu, 5 Nov 2015 17:44:54 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 11/5/2015 5:17 PM, Artur Malabarba wrote:
 > You only reverted part of the commit, leaving the new test in place.
Was that intentional?

Yes. No reason to delete the test. :-)

This part fails:

  (should (equal (macroexpand-all '(when a b))
                 '(if a b)))

It should be

  (should (equal (macroexpand-all '(when a b))
                 '(if a (progn b))))

Ken



reply via email to

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