From 524a05ac78ab65fd99d95e362d0d5095d4ddba87 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Mon, 24 Oct 2016 13:15:05 +0200 Subject: * lisp/emacs-lisp/seq.el (seq-let): Fix debug spec (Bug#24738) --- lisp/emacs-lisp/seq.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/seq.el b/lisp/emacs-lisp/seq.el index 9859f28f8e8..85702f4a64d 100644 --- a/lisp/emacs-lisp/seq.el +++ b/lisp/emacs-lisp/seq.el @@ -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)) -- cgit v1.2.3