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

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

bug#19613: 25.0.50; cl-labels bug


From: Stefan Monnier
Subject: bug#19613: 25.0.50; cl-labels bug
Date: Fri, 16 Jan 2015 09:50:03 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> This form got not to work recently:

> (cl-labels ((fn (arg) arg))
>   (apply #'fn (list "arg")))

> It is because `fn' is not substituted with the one CL defines:

> (let (--cl-fn--)
>   (setq --cl-fn-- #'(lambda (arg) arg))
>   (apply #'fn (list "arg")))

I believe this was fixed yesterday, even before you filed the bug.
Could you double check?


        Stefan





reply via email to

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