+2000-12-24 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * wl-version.el (wl-version-status-alist): Use `=' instead of
+ `eq'.
+
2000-11-27 Kenichi OKADA <okada@opaopa.org>
* wl.el (wl-check-environment): Additional check for
(message "%s" (wl-version t))))
(defvar wl-version-status-alist
- '(((eq (% (nth 1 (product-version (product-find 'wl-version))) 2) 0)
+ '(((= (% (nth 1 (product-version (product-find 'wl-version))) 2) 0)
. "stable")
(t . "beta"))
"An alist to define the version status.")