aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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));