aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-08-22 04:03:35 +0000
committerGlenn Morris2007-08-22 04:03:35 +0000
commit81de8fcf0757063b1e9e02c3058377d093a368b2 (patch)
treef0fc8071e5409e121ca4452405783d45ee46b51c
parent4ab27a430b045dbfede1f8c00901eb7e09c7dae1 (diff)
downloademacs-81de8fcf0757063b1e9e02c3058377d093a368b2.tar.gz
emacs-81de8fcf0757063b1e9e02c3058377d093a368b2.zip
Paul Pogonyshev <pogonyshev at gmx.net>
(image-file-name-extensions): Add "svg".
-rw-r--r--lisp/image-file.el2
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 @@
39 39
40;;;###autoload 40;;;###autoload
41(defcustom image-file-name-extensions 41(defcustom image-file-name-extensions
42 '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm") 42 '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")
43 "*A list of image-file filename extensions. 43 "*A list of image-file filename extensions.
44Filenames having one of these extensions are considered image files, 44Filenames having one of these extensions are considered image files,
45in addition to those matching `image-file-name-regexps'. 45in addition to those matching `image-file-name-regexps'.