changeset 8366:3be9c6b57956

(Fdisplay_buffer): Add MULTI_FRAME cond in last change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Jul 1994 12:43:01 +0000
parents 2d49d0dc9fc3
children 31ceccb9982d
files src/window.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.  */