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:
a3dd86b
)
Add comment.
author
kaoru
<kaoru>
Fri, 29 Dec 2000 11:01:43 +0000
(11:01 +0000)
committer
kaoru
<kaoru>
Fri, 29 Dec 2000 11:01:43 +0000
(11:01 +0000)
elmo/elmo-version.el
patch
|
blob
|
history
wl/wl-version.el
patch
|
blob
|
history
diff --git
a/elmo/elmo-version.el
b/elmo/elmo-version.el
index
94d27da
..
04910d3
100644
(file)
--- a/
elmo/elmo-version.el
+++ b/
elmo/elmo-version.el
@@
-27,6
+27,10
@@
;;; Commentary:
;;
+;; Put the following lines to each file of ELMO package.
+;;
+;; (require 'product)
+;; (product-provide (provide FEATURE) (require 'elmo-version))
;;; Code:
;;
diff --git
a/wl/wl-version.el
b/wl/wl-version.el
index
8efdb25
..
52d514d
100644
(file)
--- a/
wl/wl-version.el
+++ b/
wl/wl-version.el
@@
-27,6
+27,10
@@
;;; Commentary:
;;
+;; Put the following lines to each file of Wanderlust package.
+;;
+;; (require 'product)
+;; (product-provide (provide FEATURE) (require 'wl-version))
;;; Code:
;;