Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
168:9851d5c6556e | 169:15872534500d |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | 1 ;;; DO NOT MODIFY THIS FILE |
2 (if (not (featurep 'apel-autoloads)) | 2 (if (not (featurep 'apel-autoloads)) |
3 (progn | 3 (progn |
4 | |
5 (provide 'apel-autoloads) | |
6 )) | |
7 | 4 |
8 ;;;### (autoloads (module-installed-p exec-installed-p file-installed-p get-latest-path add-latest-path add-path) "file-detect" "apel/file-detect.el") | 5 ;;;### (autoloads (module-installed-p exec-installed-p file-installed-p get-latest-path add-latest-path add-path) "file-detect" "apel/file-detect.el") |
9 | 6 |
10 (autoload 'add-path "file-detect" "\ | 7 (autoload 'add-path "file-detect" "\ |
11 Add PATH to `load-path' if it exists under `default-load-path' | 8 Add PATH to `load-path' if it exists under `default-load-path' |
59 (autoload 'richtext-encode "richtext" nil nil nil) | 56 (autoload 'richtext-encode "richtext" nil nil nil) |
60 | 57 |
61 (autoload 'richtext-decode "richtext" nil nil nil) | 58 (autoload 'richtext-decode "richtext" nil nil nil) |
62 | 59 |
63 ;;;*** | 60 ;;;*** |
61 | |
62 (provide 'apel-autoloads) | |
63 )) |