]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
authorDaniel Colascione <dancol@dancol.org>
Wed, 25 Sep 2013 22:39:53 +0000 (14:39 -0800)
committerDaniel Colascione <dancol@dancol.org>
Wed, 25 Sep 2013 22:39:53 +0000 (14:39 -0800)
specs are and that they're not evaluated.

lisp/ChangeLog
lisp/emacs-lisp/cl-macs.el

index ad9b775142e1a91bc04fe2224fc62ca56b67e0e5..7b69330083d72c67bf6b38546237887b88684046 100644 (file)
@@ -1,3 +1,8 @@
+2013-09-25  Daniel Colascione  <dancol@dancol.org>
+
+       * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
+       specs are and that they're not evaluated.
+
 2013-09-24  Sam Steingold  <sds@gnu.org>
 
        * midnight.el (clean-buffer-list-kill-regexps)
index 7e50b5bbc9e9ed7dc8da311edf744022b133df55..031bf5553d0b2d3c1c6966b84c45215bb5f05277 100644 (file)
@@ -209,6 +209,8 @@ The name is made by appending a number to PREFIX, default \"G\"."
 (def-edebug-spec cl-&key-arg
   (&or ([&or (symbolp arg) arg] &optional def-form arg) arg))
 
+(def-edebug-spec cl-type-spec sexp)
+
 (defconst cl--lambda-list-keywords
   '(&optional &rest &key &allow-other-keys &aux &whole &body &environment))