* lisp/emacs-lisp/cl-macs.el (cl-flet): Fix edebug spec

This commit is contained in:
Stefan Monnier 2021-02-12 11:37:49 -05:00
parent 1d2487b1fc
commit 6ae731e04f

View file

@ -2016,7 +2016,7 @@ info node `(cl) Function Bindings' for details.
\(fn ((FUNC ARGLIST BODY...) ...) FORM...)"
(declare (indent 1)
(debug ((&rest [&or (&define name :unique "cl-flet@" function-form)
(debug ((&rest [&or (&define name :unique "cl-flet@" form)
(&define name :unique "cl-flet@"
cl-lambda-list
cl-declarations-or-string