* tm-wl.el (toplevel): Use product-provide.
authorkaoru <kaoru>
Fri, 20 Oct 2000 13:23:26 +0000 (13:23 +0000)
committerkaoru <kaoru>
Fri, 20 Oct 2000 13:23:26 +0000 (13:23 +0000)
wl/ChangeLog
wl/tm-wl.el

index fddedf3..3ad2213 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * tm-wl.el (toplevel): Use product-provide.
+
 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * Version number is increased to 2.3.92.
index 3913e1d..7cba1e3 100644 (file)
@@ -289,6 +289,7 @@ By setting following-method as yank-content."
         mime-viewer/code-converter-alist))
   (defvar-maybe mime::preview/mother-buffer nil))
   
-(provide 'tm-wl)
+(require 'product)
+(product-provide (provide 'tm-wl) (require 'wl-version))
 
 ;;; tm-wl.el ends here