summaryrefslogtreecommitdiff
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index bae7c13ac82..b8405d81111 100644
--- a/src/image.c
+++ b/src/image.c
@@ -12660,7 +12660,7 @@ gs_load (struct frame *f, struct image *img)
if (NILP (loader))
loader = Qgs_load_image;
- img->lisp_data = call6 (loader, frame, img->spec,
+ img->lisp_data = calln (loader, frame, img->spec,
make_fixnum (img->width),
make_fixnum (img->height),
window_and_pixmap_id,