projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78fe5ab
)
; Revert "Adjust the edebug spec of if-let*"
author
Mark Oteiza
<mvoteiza@udel.edu>
Sun, 14 May 2017 01:40:23 +0000
(21:40 -0400)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/subr-x.el
b/lisp/emacs-lisp/subr-x.el
index 440213eb38a4f03a1e094f9cfcbdcda62340a881..8a955277fed8e93faeb93dbb016bb1c754ac291c 100644
(file)
--- 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))))