]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_show_tip): Adjust number of parameters
authorGerd Moellmann <gerd@gnu.org>
Fri, 14 Jul 2000 15:18:45 +0000 (15:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 14 Jul 2000 15:18:45 +0000 (15:18 +0000)
in prototype.

src/dispextern.h

index 1ae8e66da85821d062cdfb00e1b5b791f2d6ab96..f08c322f228a56749f8b8af933ba38d0cf3871da 100644 (file)
@@ -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));