Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2dca7106
Commit
2dca7106
authored
Jan 05, 2007
by
Richard M. Stallman
Browse files
(image-type-header-regexps): Recognize xbm more strictly.
parent
654ec269
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/image.el
lisp/image.el
+3
-1
No files found.
lisp/ChangeLog
View file @
2dca7106
2007-01-05 Richard Stallman <rms@gnu.org>
* image.el (image-type-header-regexps): Recognize xbm more strictly.
* simple.el (backward-kill-word): Doc fix.
2007-01-05 Romain Francoise <romain@orebokech.com>
lisp/image.el
View file @
2dca7106
...
...
@@ -38,7 +38,9 @@
(
"\\`P[1-6][[:space:]]+\\(?:#.*[[:space:]]+\\)*[0-9]+[[:space:]]+[0-9]+"
.
pbm
)
(
"\\`GIF8"
.
gif
)
(
"\\`\x89PNG\r\n\x1a\n"
.
png
)
(
"\\`[\t\n\r ]*#define"
.
xbm
)
(
"
\\
`
[\t\n\r
]*#define
\\
(
[a-z0-9]+\\
)
_width
[0-9]+\n
\
#
define
\\1_height
[0-9]+\n
\
static
char
\\1_bits
" . xbm)
("
\\
`
\\
(
?:MM\0\\*\\|II\\*\0\\)" . tiff)
("\\`[\t\n\r ]*%!PS" . postscript)
("\\`\xff\xd8" . (image-jpeg-p . jpeg)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment