aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-05-05 01:03:56 +0000
committerJuanma Barranquero <[email protected]>2005-05-05 01:03:56 +0000
commitdc75b163941c2ef0d2ec770b80a2e48b1aa32503 (patch)
treed98e273caaf94842ff72ca5089e75cbbac1b67fb /lisp/term
parent187ccf4905035f9f953489d1612f9075c3074df5 (diff)
(image-library-alist): Add additional name for Xpm library.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/w32-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index 862f3fe1d0..ca3c0e2e96 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -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")