]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/subr-x.el (if-let*): Fix Edebug spec (Bug#24748)
authorGemini Lasswell <gazally@runbox.com>
Sun, 5 Feb 2017 00:16:11 +0000 (16:16 -0800)
committerMark Oteiza <mvoteiza@udel.edu>
Fri, 17 Feb 2017 23:47:50 +0000 (18:47 -0500)
lisp/emacs-lisp/subr-x.el

index f7a846927c0e98cce20468f99817996ee0209c4a..1d729f9409299e0e2be54a974d65998bc224adc8 100644 (file)
@@ -126,7 +126,8 @@ 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 (symbolp form)) (symbolp form)] form body)))
+           (debug ([&or (&rest [&or symbolp (symbolp form)]) (symbolp form)]
+                   form body)))
   (when (and (<= (length bindings) 2)
              (not (listp (car bindings))))
     ;; Adjust the single binding case