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

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

bug#31792: 27.0.50; Regression in #'labels, recent versions


From: Noam Postavsky
Subject: bug#31792: 27.0.50; Regression in #'labels, recent versions
Date: Wed, 13 Jun 2018 13:03:00 -0400

On 13 June 2018 at 12:57, Alan Mackenzie <acm@muc.de> wrote:

>> (labels ((foo () t))
>>   #'foo) ;=> foo
>
>> (cl-labels ((foo () t))
>>   #'foo) ;=> (lambda nil t)
>
> Just as a matter of interest, the doc strings for both these functions
> are poor.

Yes; the manual's descriptions are much better.

(cl) Function Bindings
https://www.gnu.org/software/emacs/manual/html_node/cl/Function-Bindings.html





reply via email to

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