pattern is only matched at the beginning of a string.
From Markus Rost <rost@math.ohio-state.edu>.
2001-08-21 Gerd Moellmann <gerd@gnu.org>
+ * image.el (image-type-regexps): Make sure that the TIFF
+ pattern is only matched at the beginning of a string.
+ From Markus Rost <rost@math.ohio-state.edu>.
+
* international/swedish.el: Pre-Mule file removed. From: Jonas
Oberg <jonas@gnu.org>.
("\\`GIF8" . gif)
("\\`\211PNG\r\n" . png)
("\\`[\t\n\r ]*#define" . xbm)
- ("\\`\\(MM\0\\*\\)\\|\\(II\\*\0\\)" . tiff)
+ ("\\`\\(MM\0\\*\\|II\\*\0\\)" . tiff)
("\\`[\t\n\r ]*%!PS" . postscript)
("\\`\xff\xd8" . (image-jpeg-p . jpeg)))
"Alist of (REGEXP . IMAGE-TYPE) pairs used to auto-detect image types.