* wl-summary.el (wl-summary-save-view): Removed unused argument.
[elisp/wanderlust.git] / WL-MK
diff --git a/WL-MK b/WL-MK
index ee68a7f..e6462bf 100644 (file)
--- a/WL-MK
+++ b/WL-MK
       (make-directory PIXMAPDIR t))
   (let* ((case-fold-search t)
         (icons (directory-files ICONDIR t
-                                (cond ((or (featurep 'xemacs)
-                                           (and (boundp 'emacs-major-version)
-                                                (>= emacs-major-version 21)))
+                                (cond ((featurep 'xemacs)
                                        "\\.x[bp]m$")
+                                      ((and (boundp 'emacs-major-version)
+                                            (>= emacs-major-version 21))
+                                       "\\.img$\\|\\.x[bp]m$")
                                       ((featurep 'mule)
                                        "\\.img$\\|\\.xbm$"))))
         icon dest)