changeset 79970:e4615708e4e3

(image-library-alist): Prefer libxpm.dll.
author Jason Rumney <jasonr@gnu.org>
date Thu, 31 Jan 2008 01:39:17 +0000
parents 4932bb1eee7a
children ed9fe27f6139
files lisp/term/w32-win.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/w32-win.el	Thu Jan 31 01:31:36 2008 +0000
+++ b/lisp/term/w32-win.el	Thu Jan 31 01:39:17 2008 +0000
@@ -1253,7 +1253,7 @@
 
 ;;; Set default known names for image libraries
 (setq image-library-alist
-      '((xpm "xpm4.dll" "libXpm-nox4.dll" "libxpm.dll")
+      '((xpm "libxpm.dll" "xpm4.dll" "libXpm-nox4.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")