* frame.c (make_frame): Do not set window's buffer to t.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 7 Dec 2012 08:13:49 +0000 (12:13 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 7 Dec 2012 08:13:49 +0000 (12:13 +0400)
commit822995f8b9776a3bcd3794eb7c362bed0f21c4a1
treec23294c683b04fee27566eeb78537da3ba3b3b52
parented08365b9e2756208b0cd2724715b47df6bf5320
* frame.c (make_frame): Do not set window's buffer to t.
* window.c (Fsplit_window_internal): Likewise.  Previously it was
used to indicate that the window is being set up.  Now we use
set_window_buffer for all new windows, so the condition in ...
(Fset_window_buffer): ... is always true and can be removed.
src/ChangeLog
src/frame.c
src/window.c