]> git.eshelyaron.com Git - emacs.git/commitdiff
(delete_window, Fsplit_window)
authorGerd Moellmann <gerd@gnu.org>
Thu, 21 Dec 2000 15:38:38 +0000 (15:38 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 21 Dec 2000 15:38:38 +0000 (15:38 +0000)
(Fset_window_configuration): Calls to ensure_frame_matrix removed.

src/window.c

index 4a4cc701fcfc2066eff929392d49036662ed5fe6..68409fad9de0c1d7a4fa0e25de90aadfb4791749 100644 (file)
@@ -1190,7 +1190,6 @@ delete_window (window)
   Vwindow_list = Qnil;
   frame = XFRAME (WINDOW_FRAME (p));
   FRAME_WINDOW_SIZES_CHANGED (frame) = 1;
-  ensure_frame_matrix (frame);
 
   /* Are we trying to delete any frame's selected window?  */
   {
@@ -3201,7 +3200,6 @@ SIZE includes that window's scroll bar, or the divider column to its right.")
     error ("Attempt to split fixed-size window");
 
   check_min_window_sizes ();
-  ensure_frame_matrix (fo);
 
   if (NILP (horflag))
     {
@@ -4705,7 +4703,6 @@ the return value is nil.  Otherwise the value is t.")
 
   frame = XWINDOW (SAVED_WINDOW_N (saved_windows, 0)->window)->frame;
   f = XFRAME (frame);
-  ensure_frame_matrix (f);
   
   /* If f is a dead frame, don't bother rebuilding its window tree.
      However, there is other stuff we should still try to do below.  */