aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-09-25 09:53:42 +0000
committerGerd Moellmann2001-09-25 09:53:42 +0000
commit0bef35bc603cd8299b5a57d00bf7c78fd9e12350 (patch)
treeceb0bb45d630b73a3e575e35e61ab2a613387e67
parent924b604c80a975b07726aa493702b5489b47caaf (diff)
downloademacs-0bef35bc603cd8299b5a57d00bf7c78fd9e12350.tar.gz
emacs-0bef35bc603cd8299b5a57d00bf7c78fd9e12350.zip
(row_containing_pos): Make externally visible.
-rw-r--r--src/xdisp.c5
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 *));
686static int tool_bar_lines_needed P_ ((struct frame *)); 686static int tool_bar_lines_needed P_ ((struct frame *));
687static int single_display_prop_intangible_p P_ ((Lisp_Object)); 687static int single_display_prop_intangible_p P_ ((Lisp_Object));
688static void ensure_echo_area_buffers P_ ((void)); 688static void ensure_echo_area_buffers P_ ((void));
689static struct glyph_row *row_containing_pos P_ ((struct window *, int,
690 struct glyph_row *,
691 struct glyph_row *));
692static Lisp_Object unwind_with_echo_area_buffer P_ ((Lisp_Object)); 689static Lisp_Object unwind_with_echo_area_buffer P_ ((Lisp_Object));
693static Lisp_Object with_echo_area_buffer_unwind_data P_ ((struct window *)); 690static Lisp_Object with_echo_area_buffer_unwind_data P_ ((struct window *));
694static int with_echo_area_buffer P_ ((struct window *, int, 691static 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
11139static struct glyph_row * 11136struct glyph_row *
11140row_containing_pos (w, charpos, start, end) 11137row_containing_pos (w, charpos, start, end)
11141 struct window *w; 11138 struct window *w;
11142 int charpos; 11139 int charpos;