(image-library-alist): Add additional name for Xpm library.

This commit is contained in:
Juanma Barranquero
2005-05-05 01:03:56 +00:00
parent 187ccf4905
commit dc75b16394
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-05-05 Juanma Barranquero <lekktu@gmail.com>
* term/w32-win.el (image-library-alist): Add additional name for
Xpm library.
2005-05-05 Nick Roberts <nickrob@snap.net.nz>
* progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and

View File

@@ -1223,7 +1223,7 @@ font dialog to get the matching FONTS. Otherwise use a pop-up menu
;;; Set default known names for image libraries
(setq image-library-alist
'((xpm "libXpm-nox4.dll" "libxpm.dll")
'((xpm "xpm4.dll" "libXpm-nox4.dll" "libxpm.dll")
(png "libpng13d.dll" "libpng13.dll" "libpng12d.dll" "libpng12.dll" "libpng.dll")
(jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll")
(tiff "libtiff3.dll" "libtiff.dll")