From: Mark Oteiza Date: Sun, 14 May 2017 01:40:23 +0000 (-0400) Subject: ; Revert "Adjust the edebug spec of if-let*" X-Git-Tag: emacs-26.0.90~521^2~407 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e0887556776086a0f508c394ab56cac5e1a4c8d;p=emacs.git ; Revert "Adjust the edebug spec of if-let*" This reverts commit fd4b83ca7c20a68060772ec13aadbe29db612b3f. --- diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el index 440213eb38a..8a955277fed 100644 --- a/lisp/emacs-lisp/subr-x.el +++ b/lisp/emacs-lisp/subr-x.el @@ -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))))