[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master 9b91262: * test/automated/subr-tests.el (subr-t
From: |
Artur Malabarba |
Subject: |
Re: [Emacs-diffs] master 9b91262: * test/automated/subr-tests.el (subr-test-when): Fix test |
Date: |
Fri, 6 Nov 2015 15:54:13 +0000 |
2015-11-06 15:45 GMT+00:00 Ken Brown <address@hidden>:
> On 11/6/2015 6:18 AM, Artur Malabarba wrote:
>>
>> + (should (= 2 (when true
>> + (setq x (1+ x))
>> + x)))
>
>
> This fails with the error '(void-variable true)'. I assume you meant to use
> 't' rather than 'true'.
>
> Ken
Well that was stupid. :-P
Fixed again, thanks.