]> git.eshelyaron.com Git - emacs.git/commit
Make Edebug specification for 'cl-defstruct' more lenient.
authorPhilipp Stephani <phst@google.com>
Mon, 14 Mar 2022 09:59:03 +0000 (10:59 +0100)
committerPhilipp Stephani <phst@google.com>
Mon, 14 Mar 2022 09:59:03 +0000 (10:59 +0100)
commitf3df7916b2b342380930082cf35bad6cb488a4dc
tree812ec9d256f8e94cf4f8ee425ab5e8f863aa4ab6
parent637dde4aba921435f78d0de769ad74c4f3230aa6
Make Edebug specification for 'cl-defstruct' more lenient.

For example, 'xref-item' uses the list form of ':noinline'.

* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Accept ':noinline' and
':named' with an argument.
* test/lisp/emacs-lisp/cl-macs-tests.el (cl-defstruct/edebug): New
unit test.
lisp/emacs-lisp/cl-macs.el
test/lisp/emacs-lisp/cl-macs-tests.el