diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-02-12 11:37:49 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-02-12 11:37:49 -0500 |
commit | 6ae731e04f261b9139fbe3573822a381dc3577d3 (patch) | |
tree | c6a8edadb0f84326d5f5cb8508a3d940b2b7304c /lisp/emacs-lisp | |
parent | 1d2487b1fc5f0648deb80507be8c713d4482fd8d (diff) | |
download | emacs-6ae731e04f261b9139fbe3573822a381dc3577d3.tar.gz emacs-6ae731e04f261b9139fbe3573822a381dc3577d3.tar.bz2 emacs-6ae731e04f261b9139fbe3573822a381dc3577d3.zip |
* lisp/emacs-lisp/cl-macs.el (cl-flet): Fix edebug spec
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index c2bf02ccece..c312afe55b9 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -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 |