From: kaoru Date: Fri, 29 Dec 2000 11:01:43 +0000 (+0000) Subject: Add comment. X-Git-Tag: wl-2_4_1pre~26 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=009fd2f5b718c8dd5be4490334ffd9511249888b;p=elisp%2Fwanderlust.git Add comment. --- diff --git a/elmo/elmo-version.el b/elmo/elmo-version.el index 94d27da..04910d3 100644 --- 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 --- 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: ;;