summaryrefslogtreecommitdiff
path: root/lisp/image-file.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2001-02-20 01:35:18 +0000
committerMiles Bader <miles@gnu.org>2001-02-20 01:35:18 +0000
commite8ebf97dee859d5a05b7ee815cd1e4f0f76c69fd (patch)
tree9d41981fd60088ab13511b67225585704fa2f63b /lisp/image-file.el
parent8a792d55ed9d78bcdb144917dfeaaff39e4f5b01 (diff)
downloademacs-e8ebf97dee859d5a05b7ee815cd1e4f0f76c69fd.tar.gz
(image-file-name-extensions): Add "tif".
Diffstat (limited to 'lisp/image-file.el')
-rw-r--r--lisp/image-file.el2
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'.