]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/cl-macs.el (cl-flet): Fix edebug spec
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Feb 2021 16:37:49 +0000 (11:37 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Feb 2021 16:37:49 +0000 (11:37 -0500)
lisp/emacs-lisp/cl-macs.el

index c2bf02ccece4894e0a7d4da60bb198240c19ada7..c312afe55b9ec89c080d4a4c3e2b06f929c3a083 100644 (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