diff options
| -rw-r--r-- | lisp/image.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/image.el b/lisp/image.el index 1d0776180b2..32df508bc8d 100644 --- a/lisp/image.el +++ b/lisp/image.el | |||
| @@ -34,8 +34,8 @@ | |||
| 34 | (defconst image-type-header-regexps | 34 | (defconst image-type-header-regexps |
| 35 | `(("\\`/[\t\n\r ]*\\*.*XPM.\\*/" . xpm) | 35 | `(("\\`/[\t\n\r ]*\\*.*XPM.\\*/" . xpm) |
| 36 | ("\\`P[1-6]\\(?:\ | 36 | ("\\`P[1-6]\\(?:\ |
| 37 | \\(?:\\(?:#[^\r\n]*[\r\n]\\)?[[:space:]]\\)+\ | 37 | \\(?:\\(?:#[^\r\n]*[\r\n]\\)*[[:space:]]\\)+\ |
| 38 | \\(?:\\(?:#[^\r\n]*[\r\n]\\)?[0-9]\\)+\ | 38 | \\(?:\\(?:#[^\r\n]*[\r\n]\\)*[0-9]\\)+\ |
| 39 | \\)\\{2\\}" . pbm) | 39 | \\)\\{2\\}" . pbm) |
| 40 | ("\\`GIF8[79]a" . gif) | 40 | ("\\`GIF8[79]a" . gif) |
| 41 | ("\\`\x89PNG\r\n\x1a\n" . png) | 41 | ("\\`\x89PNG\r\n\x1a\n" . png) |