Don't call Fset_window_buffer from C code.
authorMartin Rudalics <rudalics@gmx.at>
Tue, 14 Aug 2012 08:44:24 +0000 (10:44 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 14 Aug 2012 08:44:24 +0000 (10:44 +0200)
commit08908acaa6d4e2679cf2fc32c91c17906a4de639
treeb2958f917124c082f606daf1b62bc4748550f60b
parente5b19827faaff8168889c9cf3c8f746fd67e6991
Don't call Fset_window_buffer from C code.

* frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
(delete_frame, Fmake_frame_invisible, Ficonify_frame):
* minibuf.c (choose_minibuf_frame, read_minibuf):
* w32fns.c (x_create_tip_frame):
* xfns.c (x_create_tip_frame): Call set_window_buffer instead of
Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
src/ChangeLog
src/frame.c
src/minibuf.c
src/w32fns.c
src/xfns.c