]> code.delx.au - gnu-emacs/commitdiff
(image-library-alist): Prefer libxpm.dll.
authorJason Rumney <jasonr@gnu.org>
Thu, 31 Jan 2008 01:40:20 +0000 (01:40 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 31 Jan 2008 01:40:20 +0000 (01:40 +0000)
lisp/ChangeLog
lisp/term/w32-win.el

index 99ce366cce869e4e7dc35f86ecb35f7649f3fc7b..faf342f7372d562163191834250e4e58f062c040 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-31  Jason Rumney  <jasonr@gnu.org>
+
+       * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
+
 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
index 16edd55f5a4301aac599df514bedd581cdb40e56..d9a87e350793d7368442f33ac9dc5389a64da5ef 100644 (file)
@@ -1253,7 +1253,7 @@ pop-up menu are unaffected by `w32-list-proportional-fonts')."
 
 ;;; 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")