From 88a19a908eeabf8a9d61324237ff46487bd5d4cc Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 14 Jul 2000 15:18:45 +0000 Subject: [PATCH] (Fx_show_tip): Adjust number of parameters in prototype. --- src/dispextern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispextern.h b/src/dispextern.h index 1ae8e66da85..f08c322f228 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2223,7 +2223,7 @@ void prepare_image_for_display P_ ((struct frame *, struct image *)); int lookup_image P_ ((struct frame *, Lisp_Object)); extern struct frame *tip_frame; extern Window tip_window; -EXFUN (Fx_show_tip, 4); +EXFUN (Fx_show_tip, 6); EXFUN (Fx_hide_tip, 0); extern void start_busy_cursor P_ ((void)); extern void cancel_busy_cursor P_ ((void)); -- 2.39.2