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

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

bug#24748: 26.0.50; Edebug fails to instrument subr-x-tests.el


From: Mark Oteiza
Subject: bug#24748: 26.0.50; Edebug fails to instrument subr-x-tests.el
Date: Fri, 17 Feb 2017 18:51:23 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Gemini Lasswell <gazally@runbox.com> writes:

> Gemini Lasswell <gazally@runbox.com> writes:
>
>> Edebug is complaining when it gets to this:
>>
>> (if-let (z (a 1) (b 2) (c 3))
>>     (list a b c)
>>   "no")
>>
>> because it can't match it with if-let's Edebug specification.
>
> Now that Mark has fixed if-let's docstring to clarify the description of
> its bindings list, here's a matching Edebug spec which accepts the form
> above:

Pushed as 54018206, thanks.





reply via email to

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