]> code.delx.au - gnu-emacs/commitdiff
(def-edebug-spec): Moved to subr.el.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 Jul 2006 02:00:46 +0000 (02:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 Jul 2006 02:00:46 +0000 (02:00 +0000)
lisp/emacs-lisp/edebug.el

index d0be3a02f65286cf83e8eb643219731dc46b53ea..7e4972194bb24f3ebac3cbdb6e67df5b0cefb6fa 100644 (file)
@@ -235,13 +235,6 @@ If the result is non-nil, then break.  Errors are ignored."
 
 ;;; 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)))