* lisp/emacs-lisp/cl-macs.el (cl-flet): Fix edebug spec
This commit is contained in:
parent
1d2487b1fc
commit
6ae731e04f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue