+2001-10-15 Gerd Moellmann <gerd@gnu.org>
+
+ * window.c (window_loop): Don't check for Fother_buffer returning
+ nil.
+
+ * window.c (select_window_1): Unfreeze window start. Remove a
+ doubled test for WINDOW being live.
+
2001-10-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
* fns.c (Fmapconcat): Fix typo in a doc string.
display there. */
Lisp_Object buffer;
buffer = Fother_buffer (obj, Qnil, w->frame);
- if (NILP (buffer))
- buffer = Fget_buffer_create (build_string ("*scratch*"));
Fset_window_buffer (window, buffer);
if (EQ (window, selected_window))
Fset_buffer (w->buffer);
/* Find another buffer to show in this window. */
buffer = Fother_buffer (obj, Qnil, w->frame);
- if (NILP (buffer))
- buffer = Fget_buffer_create (build_string ("*scratch*"));
/* If this window is dedicated, and in a frame of its own,
kill the frame. */