]> git.eshelyaron.com Git - emacs.git/commitdiff
; Revert "Adjust the edebug spec of if-let*"
authorMark Oteiza <mvoteiza@udel.edu>
Sun, 14 May 2017 01:40:23 +0000 (21:40 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Sun, 14 May 2017 01:40:23 +0000 (21:40 -0400)
This reverts commit fd4b83ca7c20a68060772ec13aadbe29db612b3f.

lisp/emacs-lisp/subr-x.el

index 440213eb38a4f03a1e094f9cfcbdcda62340a881..8a955277fed8e93faeb93dbb016bb1c754ac291c 100644 (file)
@@ -128,8 +128,7 @@ In the special case you only want to bind a single value,
 VARLIST can just be a plain tuple.
 \n(fn VARLIST THEN ELSE...)"
   (declare (indent 2)
-           (debug ([&or (&rest &or symbolp (gate symbolp &optional form))
-                        (symbolp form)]
+           (debug ([&or (&rest [&or symbolp (symbolp form)]) (symbolp form)]
                    form body)))
   (when (and (<= (length bindings) 2)
              (not (listp (car bindings))))