aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-25 13:28:41 +0000
committerGerd Moellmann2000-02-25 13:28:41 +0000
commit0d67cd9e63d072ac6beb7e867a315fad41dae17b (patch)
treebaf142c211a52285933f247e54fbe1bc308e40e4 /src
parent98f14d342d83f5d77fcfe114b66b6bb6ed9aba1c (diff)
downloademacs-0d67cd9e63d072ac6beb7e867a315fad41dae17b.tar.gz
emacs-0d67cd9e63d072ac6beb7e867a315fad41dae17b.zip
(Fx_hide_busy_cursor): Remove prototype.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
1 files changed, 0 insertions, 1 deletions
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));
2804/* Defined in xfns.c */ 2804/* Defined in xfns.c */
2805extern void x_set_tool_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object)); 2805extern void x_set_tool_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object));
2806extern void syms_of_xfns P_ ((void)); 2806extern void syms_of_xfns P_ ((void));
2807EXFUN (Fx_hide_busy_cursor, 1);
2808extern void init_xfns P_ ((void)); 2807extern void init_xfns P_ ((void));
2809#endif 2808#endif
2810 2809