emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114457: * emacs-lisp/cl-macs.el (cl-type-spec): Tel


From: Daniel Colascione
Subject: [Emacs-diffs] trunk r114457: * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
Date: Wed, 25 Sep 2013 22:41:18 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114457
revision-id: address@hidden
parent: address@hidden
committer: Daniel Colascione <address@hidden>
branch nick: trunk
timestamp: Wed 2013-09-25 14:39:53 -0800
message:
  * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
  specs are and that they're not evaluated.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/cl-macs.el     clmacs.el-20091113204419-o5vbwnq5f7feedwu-612
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-24 17:34:51 +0000
+++ b/lisp/ChangeLog    2013-09-25 22:39:53 +0000
@@ -1,3 +1,8 @@
+2013-09-25  Daniel Colascione  <address@hidden>
+
+       * 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  <address@hidden>
 
        * midnight.el (clean-buffer-list-kill-regexps)

=== modified file 'lisp/emacs-lisp/cl-macs.el'
--- a/lisp/emacs-lisp/cl-macs.el        2013-09-19 20:31:54 +0000
+++ b/lisp/emacs-lisp/cl-macs.el        2013-09-25 22:39:53 +0000
@@ -209,6 +209,8 @@
 (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))
 


reply via email to

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