From 9f7a8b5dbe9b815735c6dc62c634733bf5455cae Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 Jul 1994 12:43:01 +0000 Subject: [PATCH] (Fdisplay_buffer): Add MULTI_FRAME cond in last change. --- src/window.c | 2 ++ 1 file changed, 2 insertions(+) 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. */ -- 2.39.5