* lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet): Fix debug spec
(Bug#24733)
This commit is contained in:
parent
8e7b1af1d7
commit
dec329aefc
1 changed files with 1 additions and 1 deletions
|
@ -2134,7 +2134,7 @@ Within the body FORMs, references to the variable NAME will be replaced
|
|||
by EXPANSION, and (setq NAME ...) will act like (setf EXPANSION ...).
|
||||
|
||||
\(fn ((NAME EXPANSION) ...) FORM...)"
|
||||
(declare (indent 1) (debug ((&rest (symbol sexp)) cl-declarations body)))
|
||||
(declare (indent 1) (debug ((&rest (symbolp sexp)) cl-declarations body)))
|
||||
(cond
|
||||
((cdr bindings)
|
||||
`(cl-symbol-macrolet (,(car bindings))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue