Delete window-combination-p; tweaks to window-top-child and window-left-child.
authorChong Yidong <cyd@gnu.org>
Sun, 6 Nov 2011 03:59:53 +0000 (11:59 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 6 Nov 2011 03:59:53 +0000 (11:59 +0800)
commit49745b39a15ecc32f4956c2d91530f196d9cd638
treedea6f8efd8e64595fb4dd1227d4965994937ca09
parent1f05cd82d2e3c79ecede95aef578d1f395549b22
Delete window-combination-p; tweaks to window-top-child and window-left-child.

* lisp/window.el (window-combination-p): Function deleted; its
side-effect is not used in any existing code.
(window-combinations, window-combined-p): Call window-*-child
directly.

* window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
(Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
(Fset_window_splits, Fwindow_nest, Fset_window_nest)
(Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
(Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
(Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
(Fwindow_vscroll): Doc fix.
(Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
argument, since it makes no sense to pass a live window and for
consistency with window-child.
lisp/ChangeLog
lisp/window.el
src/ChangeLog
src/window.c