* lisp/emacs-lisp/seq.el (seq-let): Fix debug spec (Bug#24738)
This commit is contained in:
parent
7cc8c4b35b
commit
524a05ac78
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ given, and the match does not fail."
|
|||
|
||||
ARGS can also include the `&rest' marker followed by a variable
|
||||
name to be bound to the rest of SEQUENCE."
|
||||
(declare (indent 2) (debug t))
|
||||
(declare (indent 2) (debug (sexp form body)))
|
||||
`(pcase-let ((,(seq--make-pcase-patterns args) ,sequence))
|
||||
,@body))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue