]> git.eshelyaron.com Git - emacs.git/commit
Allow destructuring in &aux sections when using edebug (Bug#40431)
authorPhilipp Stephani <phst@google.com>
Wed, 10 Jun 2020 13:34:41 +0000 (15:34 +0200)
committerPhilipp Stephani <phst@google.com>
Wed, 10 Jun 2020 13:34:41 +0000 (15:34 +0200)
commit73be4d1ed5b190bd93e9bad6aebe43d0dea0d7d3
treeb9630e055af5343ae28f7eaa6e0d38a17a1b073f
parent9e04d0f289cc74fe2453910287bdab37e4aa1d35
Allow destructuring in &aux sections when using edebug (Bug#40431)

* lisp/emacs-lisp/cl-macs.el (cl-lambda-list, cl-lambda-list1)
(cl-macro-list, cl-macro-list1): Allow arbitrary 'cl-lambda'
arguments in the &aux section.

* test/lisp/emacs-lisp/cl-macs-tests.el (cl-macs-aux-edebug): New
regression test.
lisp/emacs-lisp/cl-macs.el
test/lisp/emacs-lisp/cl-macs-tests.el