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

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

bug#19704: 25.0.50; funcall with hard-quote inside cl-labels uses the lo


From: Noam Postavsky
Subject: bug#19704: 25.0.50; funcall with hard-quote inside cl-labels uses the local function binding
Date: Fri, 10 Jun 2016 22:56:05 -0400

On Fri, Jun 10, 2016 at 10:42 PM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:
> Looks OK, tho a bit on the hackish side.  Maybe a simpler solution is to
> replace  (or 'quote 'function) with 'function (i.e. only apply the
> optimization to (funcall #'foo ...) and not to (funcall 'foo ...)).

This works, and it matches the existing comment better too.





reply via email to

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