* window.c (window_internal_width): New function.
authorJim Blandy <jimb@redhat.com>
Thu, 14 Jan 1993 15:10:14 +0000 (15:10 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 14 Jan 1993 15:10:14 +0000 (15:10 +0000)
commitfa61c7012f7c49b718341e92cdd864b184c5693d
treeffacad6a6346a64b56af6ac1c9508dbc9f7b55a3
parent20a6c8d708ed56e3cbaa0cba2f56d7ae446ae6a5
* window.c (window_internal_width): New function.
* lisp.h (window_internal_height, window_internal_width): Add
extern declarations for these.
* dispnew.c (direct_output_for_insert, direct_output_forward_char,
buffer_posn_from_coords): Use window_internal_width instead of
writing out its definition.
* indent.c (compute_motion): Doc fix; mention scrollbars and
window_internal_width.
(pos_tab_offset, Fvertical_motion): Use window_internal_width
instead of writing it out.
* window.c (Fpos_visible_in_window_p, Fwindow_width, Fscroll_left,
Fscroll_right): Same.
* xdisp.c (redisplay, try_window, try_window_id,
display_text_line): Same.
src/dispnew.c
src/indent.c