From: kaoru Date: Wed, 18 Oct 2000 02:42:08 +0000 (+0000) Subject: Add comment. X-Git-Tag: wl-2_4-root~132 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d4410dac62f800d1ac12c1683623e6c3d4ea55c3;p=elisp%2Fwanderlust.git Add comment. --- diff --git a/elmo/elmo-version.el b/elmo/elmo-version.el index ad0967e..e6065d9 100644 --- a/elmo/elmo-version.el +++ b/elmo/elmo-version.el @@ -29,7 +29,7 @@ ;;; Code: ;; (require 'product) -(provide 'elmo-version) +(provide 'elmo-version) ; have to declare in the top. (product-provide 'elmo-version (product-define "ELMO" nil '(2 3 90))) @@ -37,7 +37,7 @@ ;; set version-string (if (fboundp 'product-version-as-string) (product-version-as-string 'elmo-version) - (product-string-1 'elmo-version)) + (product-string-1 'elmo-version)) ; APEL 10.2 or earlier (defun elmo-version () "Return ELMO version."