(def-edebug-spec): Moved to subr.el.
This commit is contained in:
parent
8285ccd2e1
commit
21662bd3eb
1 changed files with 0 additions and 7 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue