From 00578659268846921c6a5cf736dadc76bf66e9d5 Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Wed, 25 Sep 2013 14:39:53 -0800 Subject: [PATCH] * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type specs are and that they're not evaluated. --- lisp/ChangeLog | 5 +++++ lisp/emacs-lisp/cl-macs.el | 2 ++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad9b775142e..7b69330083d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-09-25 Daniel Colascione + + * 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 * midnight.el (clean-buffer-list-kill-regexps) diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 7e50b5bbc9e..031bf5553d0 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -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)) -- 2.39.2