emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/w32-win.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/term/w32-win.el [lexbind]
Date: Tue, 06 Jul 2004 07:04:29 -0400

Index: emacs/lisp/term/w32-win.el
diff -c emacs/lisp/term/w32-win.el:1.52.2.4 emacs/lisp/term/w32-win.el:1.52.2.5
*** emacs/lisp/term/w32-win.el:1.52.2.4 Tue May 11 02:36:03 2004
--- emacs/lisp/term/w32-win.el  Tue Jul  6 10:14:26 2004
***************
*** 1,6 ****
  ;;; w32-win.el --- parse switches controlling interface with W32 window system
  
! ;; Copyright (C) 1993, 1994, 2003 Free Software Foundation, Inc.
  
  ;; Author: Kevin Gallo
  ;; Keywords: terminals
--- 1,6 ----
  ;;; w32-win.el --- parse switches controlling interface with W32 window system
  
! ;; Copyright (C) 1993, 1994, 2003, 2004 Free Software Foundation, Inc.
  
  ;; Author: Kevin Gallo
  ;; Keywords: terminals
***************
*** 1261,1265 ****
--- 1261,1273 ----
        (if (null font)
            (error "Font not found")))))
  
+ ;;; Set default known names for image libraries
+ (setq image-library-alist
+       '((xpm "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")
+         (gif "libungif.dll")))
+ 
  ;;; arch-tag: 69fb1701-28c2-4890-b351-3d1fe4b4f166
  ;;; w32-win.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]