diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
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 */ |
| 2805 | extern void x_set_tool_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object)); | 2805 | extern void x_set_tool_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object)); |
| 2806 | extern void syms_of_xfns P_ ((void)); | 2806 | extern void syms_of_xfns P_ ((void)); |
| 2807 | EXFUN (Fx_hide_busy_cursor, 1); | ||
| 2808 | extern void init_xfns P_ ((void)); | 2807 | extern void init_xfns P_ ((void)); |
| 2809 | #endif | 2808 | #endif |
| 2810 | 2809 | ||