diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-22 04:03:35 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-22 04:03:35 +0000 |
commit | 81de8fcf0757063b1e9e02c3058377d093a368b2 (patch) | |
tree | f0fc8071e5409e121ca4452405783d45ee46b51c /lisp/image-file.el | |
parent | 4ab27a430b045dbfede1f8c00901eb7e09c7dae1 (diff) | |
download | emacs-81de8fcf0757063b1e9e02c3058377d093a368b2.tar.gz |
Paul Pogonyshev <pogonyshev at gmx.net>
(image-file-name-extensions): Add "svg".
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 db6c925520a..fd33033b80d 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -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'. |