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