diff options
| author | Gerd Moellmann | 2000-07-14 15:18:45 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-14 15:18:45 +0000 |
| commit | 88a19a908eeabf8a9d61324237ff46487bd5d4cc (patch) | |
| tree | c7978e4335ebe79631084336423ecbf8a03c6f1d /src | |
| parent | 0634ce98596978c99b61003ed38d9c0b295f9ad8 (diff) | |
| download | emacs-88a19a908eeabf8a9d61324237ff46487bd5d4cc.tar.gz emacs-88a19a908eeabf8a9d61324237ff46487bd5d4cc.zip | |
(Fx_show_tip): Adjust number of parameters
in prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
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 *)); | |||
| 2223 | int lookup_image P_ ((struct frame *, Lisp_Object)); | 2223 | int lookup_image P_ ((struct frame *, Lisp_Object)); |
| 2224 | extern struct frame *tip_frame; | 2224 | extern struct frame *tip_frame; |
| 2225 | extern Window tip_window; | 2225 | extern Window tip_window; |
| 2226 | EXFUN (Fx_show_tip, 4); | 2226 | EXFUN (Fx_show_tip, 6); |
| 2227 | EXFUN (Fx_hide_tip, 0); | 2227 | EXFUN (Fx_hide_tip, 0); |
| 2228 | extern void start_busy_cursor P_ ((void)); | 2228 | extern void start_busy_cursor P_ ((void)); |
| 2229 | extern void cancel_busy_cursor P_ ((void)); | 2229 | extern void cancel_busy_cursor P_ ((void)); |