bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#17353: 24.3.90; Broken destructuring-bind of `with' clause in `cl-lo


From: Stefan Monnier
Subject: bug#17353: 24.3.90; Broken destructuring-bind of `with' clause in `cl-loop'
Date: Sun, 27 Apr 2014 10:34:33 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> The following expression is evaluated to `6' on a stable release.
>     (cl-loop with (a b c) = '(1 2 3) return (+ a b c))
> On 24.3.90.2, however, an error occurs.
>     Attempt to set a constant symbol: nil

Thanks.  This was fixed a few days ago in emacs-24.


        Stefan


PS: My message asking you to make a bug-report for it was sent long
before you received it.  Sorry about that.





reply via email to

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