# HG changeset patch # User Andreas Schwab # Date 1283597023 -7200 # Node ID e04dbb6aa46a9b7aa45cbddd5c48e600c50b98f7 # Parent 6488e31d7e9409f36ec37061f2641ce1e82d94b7 * image.c (Fimagemagick_types): Doc fix. diff -r 6488e31d7e94 -r e04dbb6aa46a src/ChangeLog --- a/src/ChangeLog Sat Sep 04 12:41:52 2010 +0200 +++ b/src/ChangeLog Sat Sep 04 12:43:43 2010 +0200 @@ -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 diff -r 6488e31d7e94 -r e04dbb6aa46a src/image.c --- a/src/image.c Sat Sep 04 12:41:52 2010 +0200 +++ b/src/image.c Sat Sep 04 12:43:43 2010 +0200 @@ -7825,8 +7825,8 @@ 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;