]> git.eshelyaron.com Git - emacs.git/commit
Fix debug spec of cl-flet (bug#65344)
authorGerd Möllmann <gerd@gnu.org>
Mon, 21 Aug 2023 07:16:17 +0000 (09:16 +0200)
committerGerd Möllmann <gerd@gnu.org>
Mon, 21 Aug 2023 07:27:49 +0000 (09:27 +0200)
commit18c85306ac211402e4772bdb94b63d300a2ac119
tree571c33ce5df8d2115701b30f3e845c4487f90ee3
parentc74a99dcd15338d62f114636344753028410a309
Fix debug spec of cl-flet (bug#65344)

* lisp/emacs-lisp/cl-macs.el (cl-flet): Fix debug spec.
(cl-defun): Allow only symbols as function names in debug spec.
* test/lisp/emacs-lisp/cl-macs-tests.el (cl-flet/edebug): New test
case.
lisp/emacs-lisp/cl-macs.el
test/lisp/emacs-lisp/cl-macs-tests.el