diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-01-31 01:40:20 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-01-31 01:40:20 +0000 |
commit | 72000816ad927589466ab55f166a85c7803e2cce (patch) | |
tree | 6d387fc0a201b896ebfc1ef8e6d320b4d43f3f56 /lisp/term/w32-win.el | |
parent | 892df15e09a4486bf0842166a860582e1fcde9d7 (diff) | |
download | emacs-72000816ad927589466ab55f166a85c7803e2cce.tar.gz emacs-72000816ad927589466ab55f166a85c7803e2cce.tar.bz2 emacs-72000816ad927589466ab55f166a85c7803e2cce.zip |
(image-library-alist): Prefer libxpm.dll.
Diffstat (limited to 'lisp/term/w32-win.el')
-rw-r--r-- | lisp/term/w32-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 16edd55f5a4..d9a87e35079 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -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") |