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

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

bug#18554: 24.4.50; pcase bug


From: Stefan Monnier
Subject: bug#18554: 24.4.50; pcase bug
Date: Sat, 27 Sep 2014 00:27:51 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> Oddly pcase fails miserably in the following example:

>  (pcase '(2 . 3)
>    (`(,hd . ,(and (pred atom) tl)) (list hd tl))
>    ((pred consp) nil))

Thanks, should be fixed now,


        Stefan





reply via email to

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