/[emacs]/emacs/lisp/image.el
ViewVC logotype

Diff of /emacs/lisp/image.el

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

revision 1.35.6.2 by miles, Mon Jun 28 07:28:41 2004 UTC revision 1.35.6.3 by miles, Tue Jun 29 16:45:03 2004 UTC
# Line 54  a non-nil value, TYPE is the image's typ Line 54  a non-nil value, TYPE is the image's typ
54    
55  Each element is a list (IMAGE-TYPE LIBRARY...), where the car is a symbol  Each element is a list (IMAGE-TYPE LIBRARY...), where the car is a symbol
56  representing a supported image type, and the rest are strings giving  representing a supported image type, and the rest are strings giving
57  alternate filenames for the corresponding external libraries to load.  alternate filenames for the corresponding external libraries.
58  They are tried in the order they appear on the list; if none of them can  
59  be loaded, the running session of Emacs won't display the image type.  Emacs tries to load the libraries in the order they appear on the
60  No entries are needed for pbm and xbm images; they're always supported.")  list; if none is loaded, the running session of Emacs won't
61    support the image type.  Types 'pbm and 'xbm don't need to be
62    listed; they're always supported.")
63  ;;;###autoload (put 'image-library-alist 'risky-local-variable t)  ;;;###autoload (put 'image-library-alist 'risky-local-variable t)
64    
65  (defun image-jpeg-p (data)  (defun image-jpeg-p (data)

Legend:
Removed from v.1.35.6.2  
changed lines
  Added in v.1.35.6.3

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