Install some window-size related functions and window-list-1.
authorMartin Rudalics <rudalics@gmx.at>
Tue, 7 Jun 2011 09:26:21 +0000 (11:26 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 7 Jun 2011 09:26:21 +0000 (11:26 +0200)
commitabde8f8c7b14b0a851dc0dec23e7444550a148cf
tree5c7a5ac601f71f165fc3361bda5583d28dbaf196
parent81eafe297773904d0a532328d27d658dde29be99
Install some window-size related functions and window-list-1.

* window.c (Fwindow_total_size, Fwindow_left_column)
(Fwindow_top_line, window_body_lines, Fwindow_body_size)
(Fwindow_list_1): New functions.
(window_box_text_cols): Replace with window_body_cols.
(Fwindow_width, Fscroll_left, Fscroll_right): Use
window_body_cols instead of window_box_text_cols.

* window.h: Extern window_body_cols instead of
window_box_text_cols.

* indent.c (compute_motion, Fcompute_motion): Use
window_body_cols instead of window_box_text_cols.
src/ChangeLog
src/indent.c
src/window.c
src/window.h