* elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
[elisp/wanderlust.git] / elmo / elmo-version.el
index 18ec08c..cf6b13f 100644 (file)
 
 ;;; Commentary:
 ;; 
+;; Put the following lines to each file of ELMO package.
+;;
+;; (require 'product)
+;; (product-provide (provide FEATURE) (require 'elmo-version))
 
 ;;; Code:
 ;; 
@@ -35,7 +39,8 @@
 
 ;; product-define in the first place
 (product-provide 'elmo-version
-  (product-define "ELMO" nil '(2 5 1)))
+  ;; Don't forget to check `wl-version.el' and Info.
+  (product-define "ELMO" nil '(2 5 8)))
 
 ;; For APEL 10.2 or earlier.
 (defun-maybe product-version-as-string (product)