diff options
| author | Dave Love | 2002-11-14 14:15:55 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-14 14:15:55 +0000 |
| commit | c4bf5bc326dcc74d37768b269926c4088766838b (patch) | |
| tree | 63d394a0a42e1bcc817b3b25ebc313da51ee9df9 /src/lisp.h | |
| parent | b5fea23e3fb786f9eb9391f1d4a798ffbf46d62c (diff) | |
| download | emacs-c4bf5bc326dcc74d37768b269926c4088766838b.tar.gz emacs-c4bf5bc326dcc74d37768b269926c4088766838b.zip | |
(get_specified_cursor_type, get_window_cursor_type):
Don't declare.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index c6e5ae43316..459b1156d09 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2395,8 +2395,7 @@ extern int check_point_in_composition | |||
| 2395 | extern void redisplay_preserve_echo_area P_ ((int)); | 2395 | extern void redisplay_preserve_echo_area P_ ((int)); |
| 2396 | extern void mark_window_display_accurate P_ ((Lisp_Object, int)); | 2396 | extern void mark_window_display_accurate P_ ((Lisp_Object, int)); |
| 2397 | extern void prepare_menu_bars P_ ((void)); | 2397 | extern void prepare_menu_bars P_ ((void)); |
| 2398 | enum text_cursor_kinds get_specified_cursor_type P_ ((Lisp_Object, int *)); | 2398 | |
| 2399 | enum text_cursor_kinds get_window_cursor_type P_ ((struct window *, int *, int *)); | ||
| 2400 | void set_frame_cursor_types P_ ((struct frame *, Lisp_Object)); | 2399 | void set_frame_cursor_types P_ ((struct frame *, Lisp_Object)); |
| 2401 | extern void syms_of_xdisp P_ ((void)); | 2400 | extern void syms_of_xdisp P_ ((void)); |
| 2402 | extern void init_xdisp P_ ((void)); | 2401 | extern void init_xdisp P_ ((void)); |