Mercurial > hg > xemacs-beta
diff lisp/apel/auto-autoloads.el @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 85ec50267440 |
children | e121b013d1f0 |
line wrap: on
line diff
--- a/lisp/apel/auto-autoloads.el Mon Aug 13 09:45:48 2007 +0200 +++ b/lisp/apel/auto-autoloads.el Mon Aug 13 09:46:53 2007 +0200 @@ -1,9 +1,6 @@ ;;; DO NOT MODIFY THIS FILE (if (not (featurep 'apel-autoloads)) (progn - -(provide 'apel-autoloads) -)) ;;;### (autoloads (module-installed-p exec-installed-p file-installed-p get-latest-path add-latest-path add-path) "file-detect" "apel/file-detect.el") @@ -61,3 +58,6 @@ (autoload 'richtext-decode "richtext" nil nil nil) ;;;*** + +(provide 'apel-autoloads) +))