/[emacs]/emacs/lisp/term/w32-win.el
ViewVC logotype

Diff of /emacs/lisp/term/w32-win.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62 by jasonr, Sun May 9 15:01:17 2004 UTC revision 1.63 by lektu, Mon Jun 14 20:59:58 2004 UTC
# Line 1  Line 1 
1  ;;; w32-win.el --- parse switches controlling interface with W32 window system  ;;; w32-win.el --- parse switches controlling interface with W32 window system
2    
3  ;; Copyright (C) 1993, 1994, 2003 Free Software Foundation, Inc.  ;; Copyright (C) 1993, 1994, 2003, 2004 Free Software Foundation, Inc.
4    
5  ;; Author: Kevin Gallo  ;; Author: Kevin Gallo
6  ;; Keywords: terminals  ;; Keywords: terminals
# Line 1261  font dialog to get the matching FONTS. O Line 1261  font dialog to get the matching FONTS. O
1261          (if (null font)          (if (null font)
1262              (error "Font not found")))))              (error "Font not found")))))
1263    
1264    ;;; Set default known names for image libraries
1265    (setq image-library-alist
1266          '((xpm "libXpm-nox4.dll" "libxpm.dll")
1267            (png "libpng13d.dll" "libpng13.dll" "libpng12d.dll" "libpng12.dll" "libpng.dll")
1268            (jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll")
1269            (tiff "libtiff3.dll" "libtiff.dll")
1270            (gif "libungif.dll")))
1271    
1272  ;;; arch-tag: 69fb1701-28c2-4890-b351-3d1fe4b4f166  ;;; arch-tag: 69fb1701-28c2-4890-b351-3d1fe4b4f166
1273  ;;; w32-win.el ends here  ;;; w32-win.el ends here

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26