Mercurial > emacs
changeset 82520:710ed8032f16
Paul Pogonyshev <pogonyshev at gmx.net>
(image-file-name-extensions): Add "svg".
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 22 Aug 2007 04:03:35 +0000 |
parents | 22a9bd97d0aa |
children | 87fbe35cdcf5 |
files | lisp/image-file.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/image-file.el Wed Aug 22 04:01:54 2007 +0000 +++ b/lisp/image-file.el Wed Aug 22 04:03:35 2007 +0000 @@ -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'.