projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d515eee
)
* tm-wl.el (toplevel): Use product-provide.
author
kaoru
<kaoru>
Fri, 20 Oct 2000 13:23:26 +0000
(13:23 +0000)
committer
kaoru
<kaoru>
Fri, 20 Oct 2000 13:23:26 +0000
(13:23 +0000)
wl/ChangeLog
patch
|
blob
|
history
wl/tm-wl.el
patch
|
blob
|
history
diff --git
a/wl/ChangeLog
b/wl/ChangeLog
index
fddedf3
..
3ad2213
100644
(file)
--- a/
wl/ChangeLog
+++ b/
wl/ChangeLog
@@
-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.
diff --git
a/wl/tm-wl.el
b/wl/tm-wl.el
index
3913e1d
..
7cba1e3
100644
(file)
--- a/
wl/tm-wl.el
+++ b/
wl/tm-wl.el
@@
-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