diff options
| author | Gerd Moellmann | 2001-09-25 09:53:42 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-09-25 09:53:42 +0000 |
| commit | 0bef35bc603cd8299b5a57d00bf7c78fd9e12350 (patch) | |
| tree | ceb0bb45d630b73a3e575e35e61ab2a613387e67 /src | |
| parent | 924b604c80a975b07726aa493702b5489b47caaf (diff) | |
| download | emacs-0bef35bc603cd8299b5a57d00bf7c78fd9e12350.tar.gz emacs-0bef35bc603cd8299b5a57d00bf7c78fd9e12350.zip | |
(row_containing_pos): Make externally visible.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 7ffa35b67a7..cf518632aa1 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -686,9 +686,6 @@ static void handle_stop P_ ((struct it *)); | |||
| 686 | static int tool_bar_lines_needed P_ ((struct frame *)); | 686 | static int tool_bar_lines_needed P_ ((struct frame *)); |
| 687 | static int single_display_prop_intangible_p P_ ((Lisp_Object)); | 687 | static int single_display_prop_intangible_p P_ ((Lisp_Object)); |
| 688 | static void ensure_echo_area_buffers P_ ((void)); | 688 | static void ensure_echo_area_buffers P_ ((void)); |
| 689 | static struct glyph_row *row_containing_pos P_ ((struct window *, int, | ||
| 690 | struct glyph_row *, | ||
| 691 | struct glyph_row *)); | ||
| 692 | static Lisp_Object unwind_with_echo_area_buffer P_ ((Lisp_Object)); | 689 | static Lisp_Object unwind_with_echo_area_buffer P_ ((Lisp_Object)); |
| 693 | static Lisp_Object with_echo_area_buffer_unwind_data P_ ((struct window *)); | 690 | static Lisp_Object with_echo_area_buffer_unwind_data P_ ((struct window *)); |
| 694 | static int with_echo_area_buffer P_ ((struct window *, int, | 691 | static int with_echo_area_buffer P_ ((struct window *, int, |
| @@ -11136,7 +11133,7 @@ sync_frame_with_window_matrix_rows (w) | |||
| 11136 | all rows to the end of the display area of W. Value is the row | 11133 | all rows to the end of the display area of W. Value is the row |
| 11137 | containing CHARPOS or null. */ | 11134 | containing CHARPOS or null. */ |
| 11138 | 11135 | ||
| 11139 | static struct glyph_row * | 11136 | struct glyph_row * |
| 11140 | row_containing_pos (w, charpos, start, end) | 11137 | row_containing_pos (w, charpos, start, end) |
| 11141 | struct window *w; | 11138 | struct window *w; |
| 11142 | int charpos; | 11139 | int charpos; |