From: Gerd Moellmann Date: Fri, 25 Feb 2000 13:28:41 +0000 (+0000) Subject: (Fx_hide_busy_cursor): Remove prototype. X-Git-Tag: emacs-pretest-21.0.90~4891 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d67cd9e63d072ac6beb7e867a315fad41dae17b;p=emacs.git (Fx_hide_busy_cursor): Remove prototype. --- diff --git a/src/lisp.h b/src/lisp.h index 6188ef11e56..4531302345c 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2804,7 +2804,6 @@ extern int getloadavg P_ ((double *, int)); /* Defined in xfns.c */ extern void x_set_tool_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object)); extern void syms_of_xfns P_ ((void)); -EXFUN (Fx_hide_busy_cursor, 1); extern void init_xfns P_ ((void)); #endif