From: Richard M. Stallman Date: Thu, 28 Jul 1994 12:43:01 +0000 (+0000) Subject: (Fdisplay_buffer): Add MULTI_FRAME cond in last change. X-Git-Tag: emacs-19.34~7487 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f7a8b5dbe9b815735c6dc62c634733bf5455cae;p=emacs.git (Fdisplay_buffer): Add MULTI_FRAME cond in last change. --- diff --git a/src/window.c b/src/window.c index f4cfcb2b725..0f9fbdc67e4 100644 --- a/src/window.c +++ b/src/window.c @@ -1852,6 +1852,7 @@ Returns the window displaying BUFFER.") ignore minibuffers and dedicated windows. This means they can return nil. */ +#ifdef MULTI_FRAME /* If the frame we would try to split cannot be split, try other frames. */ if (FRAME_NO_SPLIT_P (NILP (frames) ? selected_frame @@ -1866,6 +1867,7 @@ Returns the window displaying BUFFER.") window = Fget_largest_window (Qt); } else +#endif window = Fget_largest_window (frames); /* If we got a tall enough full-width window, split it. */