emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 524a05a: * lisp/emacs-lisp/seq.el (seq-let): Fix de


From: Nicolas Petton
Subject: [Emacs-diffs] master 524a05a: * lisp/emacs-lisp/seq.el (seq-let): Fix debug spec (Bug#24738)
Date: Mon, 24 Oct 2016 11:15:52 +0000 (UTC)

branch: master
commit 524a05ac78ab65fd99d95e362d0d5095d4ddba87
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    * 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(-)

diff --git a/lisp/emacs-lisp/seq.el b/lisp/emacs-lisp/seq.el
index 9859f28..85702f4 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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]