aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-11 19:24:21 +0000
committerGerd Moellmann2000-12-11 19:24:21 +0000
commit4811586b31f9e5ce9b12038cfbcd63f66136a078 (patch)
treea552f9f2d2f8fb5aa48e7f491f349fd7ca737668 /src
parent349790558bb24b712abcf45b40e2e05acb099a27 (diff)
downloademacs-4811586b31f9e5ce9b12038cfbcd63f66136a078.tar.gz
emacs-4811586b31f9e5ce9b12038cfbcd63f66136a078.zip
Change external declaration of tip_frame.
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 f3d232c6f50..3c0ce6e5ffa 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2238,7 +2238,7 @@ void forall_images_in_image_cache P_ ((struct frame *,
2238int valid_image_p P_ ((Lisp_Object)); 2238int valid_image_p P_ ((Lisp_Object));
2239void prepare_image_for_display P_ ((struct frame *, struct image *)); 2239void prepare_image_for_display P_ ((struct frame *, struct image *));
2240int lookup_image P_ ((struct frame *, Lisp_Object)); 2240int lookup_image P_ ((struct frame *, Lisp_Object));
2241extern struct frame *tip_frame; 2241extern Lisp_Object tip_frame;
2242extern Window tip_window; 2242extern Window tip_window;
2243EXFUN (Fx_show_tip, 6); 2243EXFUN (Fx_show_tip, 6);
2244EXFUN (Fx_hide_tip, 0); 2244EXFUN (Fx_hide_tip, 0);