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
5e5992c2
Commit
5e5992c2
authored
Sep 04, 2010
by
Andreas Schwab
Browse files
* image.c (Fimagemagick_types): Doc fix.
parent
b7d187f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/ChangeLog
src/ChangeLog
+1
-1
src/image.c
src/image.c
+2
-2
No files found.
src/ChangeLog
View file @
5e5992c2
...
...
@@ -2,7 +2,7 @@
* image.c (imagemagick_image_p): Replace bcopy by memcpy.
(imagemagick_load_image): Fix type mismatch.
(Fimagemagick_types): Likewise.
(Fimagemagick_types): Likewise.
Doc fix.
2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
...
...
src/image.c
View file @
5e5992c2
...
...
@@ -7825,8 +7825,8 @@ static struct image_type imagemagick_type =
DEFUN ("imagemagick-types", Fimagemagick_types, Simagemagick_types, 0, 0, 0,
doc: /* Return image file types supported by ImageMagick.
Since ImageMagick recognizes a lot of file-types that clash with Emacs,
such as .c, we want to be able to alter the list at the lisp level. */)
Since ImageMagick recognizes a lot of file-types that clash with Emacs,
such as .c, we want to be able to alter the list at the lisp level. */)
(void)
{
Lisp_Object typelist = Qnil;
...
...
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