Mercurial > emacs
changeset 75472:ad8f4e060e53
(image-type-header-regexps): Make GIF regex more specific.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 28 Jan 2007 07:09:44 +0000 |
parents | afea84ac9ef8 |
children | 869eaab96a64 |
files | lisp/image.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/image.el Sun Jan 28 07:08:51 2007 +0000 +++ b/lisp/image.el Sun Jan 28 07:09:44 2007 +0000 @@ -36,7 +36,7 @@ (defconst image-type-header-regexps '(("\\`/[\t\n\r ]*\\*.*XPM.\\*/" . xpm) ("\\`P[1-6][[:space:]]+\\(?:#.*[[:space:]]+\\)*[0-9]+[[:space:]]+[0-9]+" . pbm) - ("\\`GIF8" . gif) + ("\\`GIF8[79]a" . gif) ("\\`\x89PNG\r\n\x1a\n" . png) ("\\`[\t\n\r ]*#define \\([a-z0-9]+\\)_width [0-9]+\n\ #define \\1_height [0-9]+\n\