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: Gemini Lasswell
Subject: bug#24748: 26.0.50; Edebug fails to instrument subr-x-tests.el
Date: Wed, 15 Feb 2017 10:56:48 -0800

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:

Attachment: 0001-lisp-emacs-lisp-subr-x.el-if-let-Fix-Edebug-spec-Bug.patch
Description: Text document


reply via email to

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