aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/image.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d1d03ba6411..404c19c8faa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,7 +2,7 @@
2 2
3 * image.c (imagemagick_image_p): Replace bcopy by memcpy. 3 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
4 (imagemagick_load_image): Fix type mismatch. 4 (imagemagick_load_image): Fix type mismatch.
5 (Fimagemagick_types): Likewise. 5 (Fimagemagick_types): Likewise. Doc fix.
6 6
72010-09-02 Jan Djärv <jan.h.d@swipnet.se> 72010-09-02 Jan Djärv <jan.h.d@swipnet.se>
8 8
diff --git a/src/image.c b/src/image.c
index 3eec0cbc802..a6d5a9fd246 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7825,8 +7825,8 @@ static struct image_type imagemagick_type =
7825 7825
7826DEFUN ("imagemagick-types", Fimagemagick_types, Simagemagick_types, 0, 0, 0, 7826DEFUN ("imagemagick-types", Fimagemagick_types, Simagemagick_types, 0, 0, 0,
7827 doc: /* Return image file types supported by ImageMagick. 7827 doc: /* Return image file types supported by ImageMagick.
7828 Since ImageMagick recognizes a lot of file-types that clash with Emacs, 7828Since ImageMagick recognizes a lot of file-types that clash with Emacs,
7829 such as .c, we want to be able to alter the list at the lisp level. */) 7829such as .c, we want to be able to alter the list at the lisp level. */)
7830 (void) 7830 (void)
7831{ 7831{
7832 Lisp_Object typelist = Qnil; 7832 Lisp_Object typelist = Qnil;