emacs-devel
[Top][All Lists]
Advanced

[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: Ken Brown
Subject: Re: [Emacs-diffs] master 9b91262: * test/automated/subr-tests.el (subr-test-when): Fix test
Date: Fri, 6 Nov 2015 10:45:08 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

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




reply via email to

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