]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdisplay_buffer): Add MULTI_FRAME cond in last change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 Jul 1994 12:43:01 +0000 (12:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 Jul 1994 12:43:01 +0000 (12:43 +0000)
src/window.c

index f4cfcb2b7256244f2af26154f0e784a827ce9788..0f9fbdc67e4015d4ba23c61e3b9cf16baaf48d8d 100644 (file)
@@ -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.  */