Mercurial > emacs
changeset 71727:84008c83cd50
(def-edebug-spec): Moved to subr.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 09 Jul 2006 02:00:46 +0000 |
parents | a36e654643c1 |
children | fb14880da83e |
files | lisp/emacs-lisp/edebug.el |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/edebug.el Sun Jul 09 02:00:10 2006 +0000 +++ b/lisp/emacs-lisp/edebug.el Sun Jul 09 02:00:46 2006 +0000 @@ -235,13 +235,6 @@ ;;; Form spec utilities. -;;;###autoload -(defmacro def-edebug-spec (symbol spec) - "Set the `edebug-form-spec' property of SYMBOL according to SPEC. -Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol -\(naming a function), or a list." - `(put (quote ,symbol) 'edebug-form-spec (quote ,spec))) - (defmacro def-edebug-form-spec (symbol spec-form) "For compatibility with old version." (def-edebug-spec symbol (eval spec-form)))