From: kaoru Date: Tue, 31 Oct 2000 11:12:07 +0000 (+0000) Subject: Commentary. X-Git-Tag: wl-2_4-root~32 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eabe681e2addb53f521ed0efc3a257344b62512d;p=elisp%2Fwanderlust.git Commentary. --- diff --git a/elmo/elmo-version.el b/elmo/elmo-version.el index 385f312..6c1d4e4 100644 --- a/elmo/elmo-version.el +++ b/elmo/elmo-version.el @@ -31,7 +31,7 @@ ;;; Code: ;; (require 'product) -(provide 'elmo-version) ; have to declare in the top. +(provide 'elmo-version) ; before product-provide ;; product-define in the first place (product-provide 'elmo-version diff --git a/wl/wl-version.el b/wl/wl-version.el index 455e97e..18ae9e7 100644 --- a/wl/wl-version.el +++ b/wl/wl-version.el @@ -31,15 +31,14 @@ ;;; Code: ;; (require 'product) -(provide 'wl-version) ; have to declare in the top. (require 'elmo-version) ; product-version-as-string +(provide 'wl-version) ; before product-provide ;; product-define in the first place (product-provide 'wl-version (product-define "Wanderlust" nil (eval-when-compile -;;; (require 'elmo-version) (product-version (product-find 'elmo-version))) ; equals to ELMO version. "Roam"))