changeset 36213:0a4768a84aab

(image-file-name-extensions): Add "tif".
author Miles Bader <miles@gnu.org>
date Tue, 20 Feb 2001 01:35:00 +0000
parents 339b9d45f288
children 11cbcb44751d
files lisp/image-file.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/image-file.el	Mon Feb 19 23:43:42 2001 +0000
+++ b/lisp/image-file.el	Tue Feb 20 01:35:00 2001 +0000
@@ -38,7 +38,7 @@
 
 ;;;###autoload
 (defcustom image-file-name-extensions
-  '("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm" "pgm" "ppm")
+  '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm")
   "*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'.