mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(image-file-name-extensions): Add "tif".
This commit is contained in:
parent
8a792d55ed
commit
e8ebf97dee
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2001-02-20 Miles Bader <miles@gnu.org>
|
||||
|
||||
* image-file.el (image-file-name-extensions): Add "tif".
|
||||
|
||||
2001-02-19 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* wid-edit.el (widget-button-click): Save the selected window
|
||||
|
|
|
|||
|
|
@ -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'.
|
||||
|
|
|
|||
Loading…
Reference in a new issue