163
|
1 ;;; DO NOT MODIFY THIS FILE
|
183
|
2 (if (featurep 'edebug-autoloads) (error "Already loaded"))
|
163
|
3
|
|
4 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el")
|
|
5
|
|
6 (autoload 'def-edebug-spec "edebug" "\
|
|
7 Set the edebug-form-spec property of SYMBOL according to SPEC.
|
|
8 Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
|
|
9 \(naming a function), or a list." nil 'macro)
|
|
10
|
|
11 (defalias 'edebug-defun 'edebug-eval-top-level-form)
|
|
12
|
|
13 (autoload 'edebug-eval-top-level-form "edebug" "\
|
|
14 Evaluate a top level form, such as a defun or defmacro.
|
|
15 This is like `eval-defun', but the code is always instrumented for Edebug.
|
|
16 Print its name in the minibuffer and leave point where it is,
|
|
17 or if an error occurs, leave point after it with mark at the original point." t nil)
|
|
18
|
|
19 ;;;***
|
169
|
20
|
|
21 (provide 'edebug-autoloads)
|