comparison lisp/image-file.el @ 36213:0a4768a84aab

(image-file-name-extensions): Add "tif".
author Miles Bader <miles@gnu.org>
date Tue, 20 Feb 2001 01:35:00 +0000
parents 3d9c9fe711c4
children 55c0ac959234
comparison
equal deleted inserted replaced
36212:339b9d45f288 36213:0a4768a84aab
36 (require 'image) 36 (require 'image)
37 37
38 38
39 ;;;###autoload 39 ;;;###autoload
40 (defcustom image-file-name-extensions 40 (defcustom image-file-name-extensions
41 '("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm" "pgm" "ppm") 41 '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm")
42 "*A list of image-file filename extensions. 42 "*A list of image-file filename extensions.
43 Filenames having one of these extensions are considered image files, 43 Filenames having one of these extensions are considered image files,
44 in addition to those matching `image-file-name-regexps'. 44 in addition to those matching `image-file-name-regexps'.
45 45
46 See `auto-image-file-mode'; if `auto-image-file-mode' is enabled, 46 See `auto-image-file-mode'; if `auto-image-file-mode' is enabled,