Mercurial > hg > xemacs-beta
comparison lisp/edebug/auto-autoloads.el @ 165:5a88923fcbfe r20-3b9
Import from CVS: tag r20-3b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:44:42 +0200 |
parents | 0132846995bd |
children | 15872534500d |
comparison
equal
deleted
inserted
replaced
164:4e0740e5aab2 | 165:5a88923fcbfe |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | 1 ;;; DO NOT MODIFY THIS FILE |
2 (if (not (featurep 'edebug-autoloads)) | 2 (if (not (featurep 'edebug-autoloads)) |
3 (progn | 3 (progn |
4 | |
5 (provide 'edebug-autoloads) | |
6 )) | |
4 | 7 |
5 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") | 8 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") |
6 | 9 |
7 (autoload 'def-edebug-spec "edebug" "\ | 10 (autoload 'def-edebug-spec "edebug" "\ |
8 Set the edebug-form-spec property of SYMBOL according to SPEC. | 11 Set the edebug-form-spec property of SYMBOL according to SPEC. |
16 This is like `eval-defun', but the code is always instrumented for Edebug. | 19 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, | 20 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) | 21 or if an error occurs, leave point after it with mark at the original point." t nil) |
19 | 22 |
20 ;;;*** | 23 ;;;*** |
21 | |
22 (provide 'edebug-autoloads) | |
23 )) |