emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/image.el [lexbind]


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

Index: emacs/lisp/image.el
diff -c emacs/lisp/image.el:1.31.2.5 emacs/lisp/image.el:1.31.2.6
*** emacs/lisp/image.el:1.31.2.5        Tue Jul  6 10:14:26 2004
--- emacs/lisp/image.el Tue Jul  6 10:20:17 2004
***************
*** 54,63 ****
  
  Each element is a list (IMAGE-TYPE LIBRARY...), where the car is a symbol
  representing a supported image type, and the rest are strings giving
! alternate filenames for the corresponding external libraries to load.
! They are tried in the order they appear on the list; if none of them can
! be loaded, the running session of Emacs won't display the image type.
! No entries are needed for pbm and xbm images; they're always supported.")
  ;;;###autoload (put 'image-library-alist 'risky-local-variable t)
  
  (defun image-jpeg-p (data)
--- 54,65 ----
  
  Each element is a list (IMAGE-TYPE LIBRARY...), where the car is a symbol
  representing a supported image type, and the rest are strings giving
! alternate filenames for the corresponding external libraries.
! 
! Emacs tries to load the libraries in the order they appear on the
! list; if none is loaded, the running session of Emacs won't
! support the image type.  Types 'pbm and 'xbm don't need to be
! listed; they're always supported.")
  ;;;###autoload (put 'image-library-alist 'risky-local-variable t)
  
  (defun image-jpeg-p (data)




reply via email to

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