[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: |
Artur Malabarba |
Subject: |
Re: [Emacs-diffs] master 39355bc: Revert "* lisp/subr.el (when): Use `macroexp-progn'" |
Date: |
Fri, 6 Nov 2015 00:12:19 +0000 |
On 5 Nov 2015 10:44 pm, "Ken Brown" <address@hidden> wrote:
>
> 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))))
Yep. Thanks for catching that.