Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
37d4a06e
Commit
37d4a06e
authored
Feb 04, 2003
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(image-type-regexps): Fix typo.
parent
71296446
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
+4
-0
lisp/image.el
lisp/image.el
+1
-1
No files found.
lisp/ChangeLog
View file @
37d4a06e
2003-02-04 Juanma Barranquero <lektu@terra.es>
* image.el (image-type-regexps): Fix typo.
2003-02-04 Francesco Potort,Al(B <pot@gnu.org>
* mail/rmailout.el (rmail-output): If preserving MIME-version,
...
...
lisp/image.el
View file @
37d4a06e
...
...
@@ -46,7 +46,7 @@ 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,
IMAGE-TYPE must be a pair (PREDICATE . TYPE). PREDICATE is called
with one argument, a string containing the image data. If PREDICATE returns
a non-nil value, TYPE is the image's type
"
)
a non-nil value, TYPE is the image's type
.
"
)
(
defun
image-jpeg-p
(
data
)
...
...
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