]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet): Fix debug spec
authorJohan Bockgård <bojohan@gnu.org>
Fri, 21 Oct 2016 22:14:44 +0000 (00:14 +0200)
committerJohan Bockgård <bojohan@gnu.org>
Mon, 31 Oct 2016 20:22:34 +0000 (21:22 +0100)
(Bug#24733)

lisp/emacs-lisp/cl-macs.el

index 0096e0aab3e9c440c414055ebb5a4d675e609cb0..2ebb824e7073aed41b8aa18e8c053d3d2b62cf53 100644 (file)
@@ -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 (symbolp sexp)) cl-declarations body)))
   (cond
    ((cdr bindings)
     `(cl-symbol-macrolet (,(car bindings))