From: Gerd Moellmann Date: Fri, 14 Jul 2000 15:18:45 +0000 (+0000) Subject: (Fx_show_tip): Adjust number of parameters X-Git-Tag: emacs-pretest-21.0.90~2822 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88a19a908eeabf8a9d61324237ff46487bd5d4cc;p=emacs.git (Fx_show_tip): Adjust number of parameters in prototype. --- 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));