2001-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
+ * WL-MK (install-wl-icons): Don't install *.img files for Emacs 21.
+
+2001-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
+
* WL-MK (config-wl-pixmap-dir): Set a value to `PIXMAPDIR' even if
Emacs version is less than 21.
(install-wl-icons): Install icon files which might be used for the
(make-directory PIXMAPDIR t))
(let* ((case-fold-search t)
(icons (directory-files ICONDIR t
- (cond ((featurep 'xemacs)
+ (cond ((or (featurep 'xemacs)
+ (and (boundp 'emacs-major-version)
+ (>= emacs-major-version 21)))
"\\.x[bp]m$")
- ((and (boundp 'emacs-major-version)
- (>= emacs-major-version 21))
- "\\.img$\\|\\.x[bp]m$")
((featurep 'mule)
"\\.img$\\|\\.xbm$"))))
icon dest)