diff options
| author | Juanma Barranquero | 2005-05-05 01:03:56 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-05-05 01:03:56 +0000 |
| commit | dc75b163941c2ef0d2ec770b80a2e48b1aa32503 (patch) | |
| tree | d98e273caaf94842ff72ca5089e75cbbac1b67fb /lisp/term | |
| parent | 187ccf4905035f9f953489d1612f9075c3074df5 (diff) | |
| download | emacs-dc75b163941c2ef0d2ec770b80a2e48b1aa32503.tar.gz emacs-dc75b163941c2ef0d2ec770b80a2e48b1aa32503.zip | |
(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 | |||
| 1223 | 1223 | ||
| 1224 | ;;; Set default known names for image libraries | 1224 | ;;; Set default known names for image libraries |
| 1225 | (setq image-library-alist | 1225 | (setq image-library-alist |
| 1226 | '((xpm "libXpm-nox4.dll" "libxpm.dll") | 1226 | '((xpm "xpm4.dll" "libXpm-nox4.dll" "libxpm.dll") |
| 1227 | (png "libpng13d.dll" "libpng13.dll" "libpng12d.dll" "libpng12.dll" "libpng.dll") | 1227 | (png "libpng13d.dll" "libpng13.dll" "libpng12d.dll" "libpng12.dll" "libpng.dll") |
| 1228 | (jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll") | 1228 | (jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll") |
| 1229 | (tiff "libtiff3.dll" "libtiff.dll") | 1229 | (tiff "libtiff3.dll" "libtiff.dll") |