aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/subr-x.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el
index 1d729f94092..5ad482d1eac 100644
--- a/lisp/emacs-lisp/subr-x.el
+++ b/lisp/emacs-lisp/subr-x.el
@@ -126,7 +126,8 @@ In the special case you only want to bind a single value,
126VARLIST can just be a plain tuple. 126VARLIST can just be a plain tuple.
127\n(fn VARLIST THEN ELSE...)" 127\n(fn VARLIST THEN ELSE...)"
128 (declare (indent 2) 128 (declare (indent 2)
129 (debug ([&or (&rest [&or symbolp (symbolp form)]) (symbolp form)] 129 (debug ([&or (&rest &or symbolp (gate symbolp &optional form))
130 (symbolp form)]
130 form body))) 131 form body)))
131 (when (and (<= (length bindings) 2) 132 (when (and (<= (length bindings) 2)
132 (not (listp (car bindings)))) 133 (not (listp (car bindings))))