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-file.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/image-file.el
Date: Fri, 25 Mar 2005 14:57:48 -0500

Index: emacs/lisp/image-file.el
diff -c emacs/lisp/image-file.el:1.20 emacs/lisp/image-file.el:1.21
*** emacs/lisp/image-file.el:1.20       Tue Mar  8 21:48:50 2005
--- emacs/lisp/image-file.el    Fri Mar 25 19:57:48 2005
***************
*** 38,44 ****
  
  ;;;###autoload
  (defcustom image-file-name-extensions
!   '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")
    "*A list of image-file filename extensions.
  Filenames having one of these extensions are considered image files,
  in addition to those matching `image-file-name-regexps'.
--- 38,44 ----
  
  ;;;###autoload
  (defcustom image-file-name-extensions
!   '("png" "jpeg" "jpg" "gif" "tiff" "tif" "pbm" "pgm" "ppm" "pnm")
    "*A list of image-file filename extensions.
  Filenames having one of these extensions are considered image files,
  in addition to those matching `image-file-name-regexps'.




reply via email to

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