Commentary.
authorkaoru <kaoru>
Tue, 31 Oct 2000 11:12:07 +0000 (11:12 +0000)
committerkaoru <kaoru>
Tue, 31 Oct 2000 11:12:07 +0000 (11:12 +0000)
elmo/elmo-version.el
wl/wl-version.el

index 385f312..6c1d4e4 100644 (file)
@@ -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
index 455e97e..18ae9e7 100644 (file)
 ;;; 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"))