diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-05-05 01:03:56 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-05-05 01:03:56 +0000 |
commit | dc75b163941c2ef0d2ec770b80a2e48b1aa32503 (patch) | |
tree | d98e273caaf94842ff72ca5089e75cbbac1b67fb /lisp/term | |
parent | 187ccf4905035f9f953489d1612f9075c3074df5 (diff) | |
download | emacs-dc75b163941c2ef0d2ec770b80a2e48b1aa32503.tar.gz |
(image-library-alist): Add additional name for Xpm library.
Diffstat (limited to 'lisp/term')
-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 862f3fe1d0a..ca3c0e2e963 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") |