diff options
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)); |