mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 19:42:53 -08:00
* image.c (Fimagemagick_types): Doc fix.
This commit is contained in:
parent
b7d187f836
commit
5e5992c20e
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue