# HG changeset patch # User Jason Rumney # Date 1201743557 0 # Node ID e4615708e4e3e8493cc2af285eaba770f97dbb01 # Parent 4932bb1eee7a8be601cc6cb865ce66e7fff63f27 (image-library-alist): Prefer libxpm.dll. diff -r 4932bb1eee7a -r e4615708e4e3 lisp/term/w32-win.el --- 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")