* wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for symbol.
authorkaoru <kaoru>
Fri, 1 Jan 2010 08:05:04 +0000 (08:05 +0000)
committerkaoru <kaoru>
Fri, 1 Jan 2010 08:05:04 +0000 (08:05 +0000)
wl/ChangeLog
wl/wl-util.el

index b9c9fb7..9ccbd73 100644 (file)
@@ -5,6 +5,9 @@
        * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
        of `goto-line'.
 
+       * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
+       symbol.
+
 2009-12-16  Lloyd Zusman <ljz@asfast.com>
 
        * wl-summary.el (wl-summary-detect-mark-position): Force
index 3fdf251..d5288a0 100644 (file)
@@ -521,7 +521,7 @@ that `read' can handle, whenever this is possible."
                                        (buffer-name x))
                          (save-excursion
                            (set-buffer x)
-                           (equal major-mode 'wl-summary-mode)))
+                           (eq major-mode 'wl-summary-mode)))
                     (setq result (nconc result (list x))))))
      (buffer-list))
     result))