diff options
| author | Kim F. Storm | 2002-08-30 12:01:01 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-08-30 12:01:01 +0000 |
| commit | e4764db0dd6baf9e8d1152463610d811d36f2ef5 (patch) | |
| tree | 45d3a2b286bcb3fc52b088718e5df8278b8e499b /src | |
| parent | 6e80bf5a82f43beb471aac4cd4250f687f52cf06 (diff) | |
| download | emacs-e4764db0dd6baf9e8d1152463610d811d36f2ef5.tar.gz emacs-e4764db0dd6baf9e8d1152463610d811d36f2ef5.zip | |
(Qcursor_in_non_selected_windows): Extern removed.
(get_specified_cursor_type, get_window_cursor_type)
(set_frame_cursor_types): Added prototypes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index c0fd094e6ca..b1574c3415a 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2363,7 +2363,6 @@ extern Lisp_Object Qinhibit_point_motion_hooks; | |||
| 2363 | extern Lisp_Object Qinhibit_redisplay, Qdisplay; | 2363 | extern Lisp_Object Qinhibit_redisplay, Qdisplay; |
| 2364 | extern Lisp_Object Qinhibit_eval_during_redisplay; | 2364 | extern Lisp_Object Qinhibit_eval_during_redisplay; |
| 2365 | extern Lisp_Object Qmessage_truncate_lines; | 2365 | extern Lisp_Object Qmessage_truncate_lines; |
| 2366 | extern Lisp_Object Qcursor_in_non_selected_windows; | ||
| 2367 | extern Lisp_Object Vmessage_log_max; | 2366 | extern Lisp_Object Vmessage_log_max; |
| 2368 | extern int message_enable_multibyte; | 2367 | extern int message_enable_multibyte; |
| 2369 | extern Lisp_Object echo_area_buffer[2]; | 2368 | extern Lisp_Object echo_area_buffer[2]; |
| @@ -2395,6 +2394,9 @@ extern int check_point_in_composition | |||
| 2395 | extern void redisplay_preserve_echo_area P_ ((int)); | 2394 | extern void redisplay_preserve_echo_area P_ ((int)); |
| 2396 | extern void mark_window_display_accurate P_ ((Lisp_Object, int)); | 2395 | extern void mark_window_display_accurate P_ ((Lisp_Object, int)); |
| 2397 | extern void prepare_menu_bars P_ ((void)); | 2396 | extern void prepare_menu_bars P_ ((void)); |
| 2397 | enum text_cursor_kinds get_specified_cursor_type P_ ((Lisp_Object, int *)); | ||
| 2398 | enum text_cursor_kinds get_window_cursor_type P_ ((struct window *, int *)); | ||
| 2399 | void set_frame_cursor_types P_ ((struct frame *, Lisp_Object)); | ||
| 2398 | extern void syms_of_xdisp P_ ((void)); | 2400 | extern void syms_of_xdisp P_ ((void)); |
| 2399 | extern void init_xdisp P_ ((void)); | 2401 | extern void init_xdisp P_ ((void)); |
| 2400 | extern Lisp_Object safe_eval P_ ((Lisp_Object)); | 2402 | extern Lisp_Object safe_eval P_ ((Lisp_Object)); |