* wl-version.el (wl-version-status-alist): Use `=' instead of
authorkaoru <kaoru>
Sun, 24 Dec 2000 09:54:40 +0000 (09:54 +0000)
committerkaoru <kaoru>
Sun, 24 Dec 2000 09:54:40 +0000 (09:54 +0000)
`eq'.

wl/ChangeLog
wl/wl-version.el

index ccae2c0..f354d04 100644 (file)
@@ -1,3 +1,8 @@
+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
index 3eecb2a..0d248b6 100644 (file)
@@ -61,7 +61,7 @@ If ARG insert string at point."
     (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.")