Paul Pogonyshev <pogonyshev at gmx.net>
(image-type-header-regexps): Add svg entry.
This commit is contained in:
parent
81de8fcf07
commit
9c818156d9
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
|
||||
|
||||
* image-file.el (image-file-name-extensions): Add "svg".
|
||||
* image.el (image-type-header-regexps): Add svg entry.
|
||||
|
||||
2007-08-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* files.el (backup-buffer-copy): Check backup directory is
|
||||
|
|
|
|||
|
|
@ -43,7 +43,8 @@
|
|||
static char \\1_bits" . xbm)
|
||||
("\\`\\(?:MM\0\\*\\|II\\*\0\\)" . tiff)
|
||||
("\\`[\t\n\r ]*%!PS" . postscript)
|
||||
("\\`\xff\xd8" . (image-jpeg-p . jpeg)))
|
||||
("\\`\xff\xd8" . (image-jpeg-p . jpeg))
|
||||
("\\`<\\?xml " . svg))
|
||||
"Alist of (REGEXP . IMAGE-TYPE) pairs used to auto-detect image types.
|
||||
When the first bytes of an image file match REGEXP, it is assumed to
|
||||
be of image type IMAGE-TYPE if IMAGE-TYPE is a symbol. If not a symbol,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue