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