Mercurial > hg > xemacs-beta
comparison lisp/edebug/auto-autoloads.el @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | |
children | 5a88923fcbfe |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
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 )) |