diff 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
line wrap: on
line diff
--- a/lisp/tm/auto-autoloads.el	Mon Aug 13 09:43:39 2007 +0200
+++ b/lisp/tm/auto-autoloads.el	Mon Aug 13 09:44:42 2007 +0200
@@ -1,6 +1,9 @@
 ;;; DO NOT MODIFY THIS FILE
 (if (not (featurep 'tm-autoloads))
     (progn
+
+(provide 'tm-autoloads)
+))
 
 ;;;### (autoloads (mime/editor-mode) "tm-edit" "tm/tm-edit.el")
 
@@ -144,6 +147,3 @@
 (defalias 'edit-mime 'mime/editor-mode)
 
 ;;;***
-
-(provide 'tm-autoloads)
-))