aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/image.c b/src/image.c
index b3d2be88b96..20ca3cf1d6b 100644
--- a/src/image.c
+++ b/src/image.c
@@ -137,6 +137,7 @@ static void free_color_table (void);
137static unsigned long *colors_in_color_table (int *n); 137static unsigned long *colors_in_color_table (int *n);
138static unsigned long lookup_pixel_color (struct frame *f, unsigned long p); 138static unsigned long lookup_pixel_color (struct frame *f, unsigned long p);
139#endif 139#endif
140INFUN (Finit_image_library, 2);
140 141
141/* Code to deal with bitmaps. Bitmaps are referenced by their bitmap 142/* Code to deal with bitmaps. Bitmaps are referenced by their bitmap
142 id, which is just an int that this section returns. Bitmaps are 143 id, which is just an int that this section returns. Bitmaps are
@@ -7869,7 +7870,7 @@ static struct image_type imagemagick_type =
7869 }; 7870 };
7870 7871
7871 7872
7872DEFUN ("imagemagick-types", Fimagemagick_types, Simagemagick_types, 0, 0, 0, 7873DEFUE ("imagemagick-types", Fimagemagick_types, Simagemagick_types, 0, 0, 0,
7873 doc: /* Return the image types supported by ImageMagick. 7874 doc: /* Return the image types supported by ImageMagick.
7874Note that ImageMagick recognizes many file-types that Emacs does not recognize 7875Note that ImageMagick recognizes many file-types that Emacs does not recognize
7875as images, such as .c. */) 7876as images, such as .c. */)
@@ -8580,7 +8581,7 @@ x_kill_gs_process (Pixmap pixmap, struct frame *f)
8580 8581
8581#if GLYPH_DEBUG 8582#if GLYPH_DEBUG
8582 8583
8583DEFUN ("imagep", Fimagep, Simagep, 1, 1, 0, 8584DEFUE ("imagep", Fimagep, Simagep, 1, 1, 0,
8584 doc: /* Value is non-nil if SPEC is a valid image specification. */) 8585 doc: /* Value is non-nil if SPEC is a valid image specification. */)
8585 (Lisp_Object spec) 8586 (Lisp_Object spec)
8586{ 8587{
@@ -8588,7 +8589,7 @@ DEFUN ("imagep", Fimagep, Simagep, 1, 1, 0,
8588} 8589}
8589 8590
8590 8591
8591DEFUN ("lookup-image", Flookup_image, Slookup_image, 1, 1, 0, "") 8592DEFUE ("lookup-image", Flookup_image, Slookup_image, 1, 1, 0, "")
8592 (Lisp_Object spec) 8593 (Lisp_Object spec)
8593{ 8594{
8594 int id = -1; 8595 int id = -1;