comparison lisp/tm/auto-autoloads.el @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 0132846995bd
children 15872534500d
comparison
equal deleted inserted replaced
164:4e0740e5aab2 165:5a88923fcbfe
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 ))
4 7
5 ;;;### (autoloads (mime/editor-mode) "tm-edit" "tm/tm-edit.el") 8 ;;;### (autoloads (mime/editor-mode) "tm-edit" "tm/tm-edit.el")
6 9
7 (autoload 'mime/editor-mode "tm-edit" "\ 10 (autoload 'mime/editor-mode "tm-edit" "\
8 MIME minor mode for editing the tagged MIME message. 11 MIME minor mode for editing the tagged MIME message.
142 non-nil." t nil) 145 non-nil." t nil)
143 146
144 (defalias 'edit-mime 'mime/editor-mode) 147 (defalias 'edit-mime 'mime/editor-mode)
145 148
146 ;;;*** 149 ;;;***
147
148 (provide 'tm-autoloads)
149 ))