diff options
author | Miles Bader <miles@gnu.org> | 2001-02-20 01:35:18 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2001-02-20 01:35:18 +0000 |
commit | e8ebf97dee859d5a05b7ee815cd1e4f0f76c69fd (patch) | |
tree | 9d41981fd60088ab13511b67225585704fa2f63b /lisp/image-file.el | |
parent | 8a792d55ed9d78bcdb144917dfeaaff39e4f5b01 (diff) | |
download | emacs-e8ebf97dee859d5a05b7ee815cd1e4f0f76c69fd.tar.gz |
(image-file-name-extensions): Add "tif".
Diffstat (limited to 'lisp/image-file.el')
-rw-r--r-- | lisp/image-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-file.el b/lisp/image-file.el index 052cea8232b..7875314d335 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -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'. |