aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-14 15:18:45 +0000
committerGerd Moellmann2000-07-14 15:18:45 +0000
commit88a19a908eeabf8a9d61324237ff46487bd5d4cc (patch)
treec7978e4335ebe79631084336423ecbf8a03c6f1d /src
parent0634ce98596978c99b61003ed38d9c0b295f9ad8 (diff)
downloademacs-88a19a908eeabf8a9d61324237ff46487bd5d4cc.tar.gz
emacs-88a19a908eeabf8a9d61324237ff46487bd5d4cc.zip
(Fx_show_tip): Adjust number of parameters
in prototype.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
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 *));
2223int lookup_image P_ ((struct frame *, Lisp_Object)); 2223int lookup_image P_ ((struct frame *, Lisp_Object));
2224extern struct frame *tip_frame; 2224extern struct frame *tip_frame;
2225extern Window tip_window; 2225extern Window tip_window;
2226EXFUN (Fx_show_tip, 4); 2226EXFUN (Fx_show_tip, 6);
2227EXFUN (Fx_hide_tip, 0); 2227EXFUN (Fx_hide_tip, 0);
2228extern void start_busy_cursor P_ ((void)); 2228extern void start_busy_cursor P_ ((void));
2229extern void cancel_busy_cursor P_ ((void)); 2229extern void cancel_busy_cursor P_ ((void));