emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master dec329a: * lisp/emacs-lisp/cl-macs.el (cl-symbol-ma


From: Johan Bockgard
Subject: [Emacs-diffs] master dec329a: * lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet): Fix debug spec
Date: Mon, 31 Oct 2016 20:26:07 +0000 (UTC)

branch: master
commit dec329aefc02302075f10feaecc3a0f4f1ccf076
Author: Johan Bockgård <address@hidden>
Commit: Johan Bockgård <address@hidden>

    * lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet): Fix debug spec
    
    (Bug#24733)
---
 lisp/emacs-lisp/cl-macs.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index 0096e0a..2ebb824 100644
--- 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 (symbolp sexp)) cl-declarations body)))
   (cond
    ((cdr bindings)
     `(cl-symbol-macrolet (,(car bindings))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]