Mercurial > hg > xemacs-beta
comparison lisp/mh-e/auto-autoloads.el @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | 0132846995bd |
children |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | 1 ;;; DO NOT MODIFY THIS FILE |
2 (if (not (featurep 'mh-e-autoloads)) | 2 (if (featurep 'mh-e-autoloads) (error "Already loaded")) |
3 (progn | |
4 | 3 |
5 ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el") | 4 ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el") |
6 | 5 |
7 (autoload 'mh-smail "mh-comp" "\ | 6 (autoload 'mh-smail "mh-comp" "\ |
8 Compose and send mail with the MH mail system. | 7 Compose and send mail with the MH mail system. |
85 (put 'mh-lib 'risky-local-variable t) | 84 (put 'mh-lib 'risky-local-variable t) |
86 | 85 |
87 ;;;*** | 86 ;;;*** |
88 | 87 |
89 (provide 'mh-e-autoloads) | 88 (provide 'mh-e-autoloads) |
90 )) |