projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e7b1af
)
* lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet): Fix debug spec
author
Johan Bockgård
<bojohan@gnu.org>
Fri, 21 Oct 2016 22:14:44 +0000
(
00:14
+0200)
committer
Johan Bockgård
<bojohan@gnu.org>
Mon, 31 Oct 2016 20:22:34 +0000
(21:22 +0100)
(Bug#24733)
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index 0096e0aab3e9c440c414055ebb5a4d675e609cb0..2ebb824e7073aed41b8aa18e8c053d3d2b62cf53 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-2134,7
+2134,7
@@
Within the body FORMs, references to the variable NAME will be replaced
by EXPANSION, and (setq NAME ...) will act like (setf EXPANSION ...).
\(fn ((NAME EXPANSION) ...) FORM...)"
- (declare (indent 1) (debug ((&rest (symbol sexp)) cl-declarations body)))
+ (declare (indent 1) (debug ((&rest (symbol
p
sexp)) cl-declarations body)))
(cond
((cdr bindings)
`(cl-symbol-macrolet (,(car bindings))