# HG changeset patch # User Richard M. Stallman # Date 775399381 0 # Node ID 3be9c6b5795689d0fd2c157fd758cb1887e0c78e # Parent 2d49d0dc9fc355729167f603d31501708f981d50 (Fdisplay_buffer): Add MULTI_FRAME cond in last change. diff -r 2d49d0dc9fc3 -r 3be9c6b57956 src/window.c --- a/src/window.c Thu Jul 28 06:23:17 1994 +0000 +++ b/src/window.c Thu Jul 28 12:43:01 1994 +0000 @@ -1852,6 +1852,7 @@ 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 @@ window = Fget_largest_window (Qt); } else +#endif window = Fget_largest_window (frames); /* If we got a tall enough full-width window, split it. */