Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
253d8b7a
Commit
253d8b7a
authored
Jan 23, 2006
by
Juanma Barranquero
Browse files
(image-library-alist): Add additional names for GIF library.
parent
e450a16a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/term/w32-win.el
lisp/term/w32-win.el
+2
-2
No files found.
lisp/term/w32-win.el
View file @
253d8b7a
;;; w32-win.el --- parse switches controlling interface with W32 window system
;; Copyright (C) 1993, 1994, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Kevin Gallo
;; Keywords: terminals
...
...
@@ -1232,7 +1232,7 @@ font dialog to get the matching FONTS. Otherwise use a pop-up menu
(
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"
)))
(
gif
"giflib4.dll"
"libungif4.dll"
"libungif.dll"
)))
;; arch-tag: 69fb1701-28c2-4890-b351-3d1fe4b4f166
;;; w32-win.el ends here
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment