]> git.eshelyaron.com Git - emacs.git/commit
Fix Edebug specs for if-let* and and-let* (Bug#29236)
authorGemini Lasswell <gazally@runbox.com>
Mon, 6 Nov 2017 05:36:58 +0000 (21:36 -0800)
committerGemini Lasswell <gazally@runbox.com>
Mon, 27 Nov 2017 01:36:14 +0000 (17:36 -0800)
commit700f74e4c8d1b33cdf96dab9586dc41ebccaba7d
tree38353258815ea78e2d4106a5e27b7788a5cf26a5
parent0ded1b41a986229eaa4218095d9c78d1800c0b27
Fix Edebug specs for if-let* and and-let* (Bug#29236)

* test/lisp/emacs-lisp/subr-x.el (if-let*, if-let): Change Edebug
spec to cause Edebug to instrument tests the results of which are
not bound to symbols (the (VALUEFORM) case).
(and-let*): Change Edebug spec to allow empty body.

*test/lisp/emacs-lisp/subr-x-tests.el:
(subr-x-and-let*-test-group-1): Add missing quote to erroneous
form so Edebug will work on this test.
lisp/emacs-lisp/subr-x.el
test/lisp/emacs-lisp/subr-x-tests.el