Mercurial > emacs
changeset 30225:2e0e027ab8f8
(Fx_show_tip): Adjust number of parameters
in prototype.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 14 Jul 2000 15:18:45 +0000 |
parents | b9f781194989 |
children | 317b24b8ccbd |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Fri Jul 14 15:18:29 2000 +0000 +++ b/src/dispextern.h Fri Jul 14 15:18:45 2000 +0000 @@ -2223,7 +2223,7 @@ int lookup_image P_ ((struct frame *, Lisp_Object)); extern struct frame *tip_frame; extern Window tip_window; -EXFUN (Fx_show_tip, 4); +EXFUN (Fx_show_tip, 6); EXFUN (Fx_hide_tip, 0); extern void start_busy_cursor P_ ((void)); extern void cancel_busy_cursor P_ ((void));