Mercurial > hg > xemacs-beta
comparison lisp/tm/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 | 5a88923fcbfe |
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 'tm-autoloads)) | 2 (if (not (featurep 'tm-autoloads)) |
3 (progn | 3 (progn |
4 | |
5 (provide 'tm-autoloads) | |
6 )) | |
7 | 4 |
8 ;;;### (autoloads (mime/editor-mode) "tm-edit" "tm/tm-edit.el") | 5 ;;;### (autoloads (mime/editor-mode) "tm-edit" "tm/tm-edit.el") |
9 | 6 |
10 (autoload 'mime/editor-mode "tm-edit" "\ | 7 (autoload 'mime/editor-mode "tm-edit" "\ |
11 MIME minor mode for editing the tagged MIME message. | 8 MIME minor mode for editing the tagged MIME message. |
145 non-nil." t nil) | 142 non-nil." t nil) |
146 | 143 |
147 (defalias 'edit-mime 'mime/editor-mode) | 144 (defalias 'edit-mime 'mime/editor-mode) |
148 | 145 |
149 ;;;*** | 146 ;;;*** |
147 | |
148 (provide 'tm-autoloads) | |
149 )) |