Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/edebug/auto-autoloads.el Mon Aug 13 09:43:39 2007 +0200 +++ b/lisp/edebug/auto-autoloads.el Mon Aug 13 09:44:42 2007 +0200 @@ -1,6 +1,9 @@ ;;; DO NOT MODIFY THIS FILE (if (not (featurep 'edebug-autoloads)) (progn + +(provide 'edebug-autoloads) +)) ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") @@ -18,6 +21,3 @@ or if an error occurs, leave point after it with mark at the original point." t nil) ;;;*** - -(provide 'edebug-autoloads) -))