Paul Pogonyshev <pogonyshev at gmx.net>
(image-file-name-extensions): Add "svg".
This commit is contained in:
parent
4ab27a430b
commit
81de8fcf07
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
;;;###autoload
|
||||
(defcustom image-file-name-extensions
|
||||
'("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")
|
||||
'("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")
|
||||
"*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…
Add table
Reference in a new issue