diff options
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 | ||
| 7826 | DEFUN ("imagemagick-types", Fimagemagick_types, Simagemagick_types, 0, 0, 0, | 7826 | DEFUN ("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, | 7828 | Since 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. */) | 7829 | such 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; |