X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=WL-MK;h=e6462bf3b85da039fe3025c87e57a3c5031fd1d7;hb=7f48b955f3b8da23ddcf1e76c38790867ce8b635;hp=ee68a7f24ab6e94986e8404b695c8402aa5f6150;hpb=740b6c2abc4eb4bd7bd476d36122cb84d563037c;p=elisp%2Fwanderlust.git diff --git a/WL-MK b/WL-MK index ee68a7f..e6462bf 100644 --- a/WL-MK +++ b/WL-MK @@ -207,10 +207,11 @@ (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)