# HG changeset patch # User Glenn Morris # Date 1187755415 0 # Node ID 710ed8032f165dcdbb5edc022897c5f3692b06b5 # Parent 22a9bd97d0aa087eb201c08b92330dc4d7173650 Paul Pogonyshev (image-file-name-extensions): Add "svg". diff -r 22a9bd97d0aa -r 710ed8032f16 lisp/image-file.el --- 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'.