Fix last change.
authorkaoru <kaoru>
Sun, 24 Dec 2000 10:19:11 +0000 (10:19 +0000)
committerkaoru <kaoru>
Sun, 24 Dec 2000 10:19:11 +0000 (10:19 +0000)
wl/ChangeLog
wl/wl-version.el

index f354d04..db50f4a 100644 (file)
@@ -1,7 +1,7 @@
 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
-       * wl-version.el (wl-version-status-alist): Use `=' instead of
-       `eq'.
+       * wl-version.el (wl-version-status-alist): Use `zerop' instead of
+       (eq x 0).
 
 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
 
index 0d248b6..009890f 100644 (file)
@@ -61,7 +61,7 @@ If ARG insert string at point."
     (message "%s" (wl-version t))))
 
 (defvar wl-version-status-alist
-  '(((= (% (nth 1 (product-version (product-find 'wl-version))) 2) 0)
+  '(((zerop (% (nth 1 (product-version (product-find 'wl-version))) 2))
      . "stable")
     (t . "beta"))
   "An alist to define the version status.")