]> git.eshelyaron.com Git - emacs.git/commitdiff
(EmacsFrameSetCharSize): Don't call do_pending_window_change here.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Aug 1999 00:01:05 +0000 (00:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Aug 1999 00:01:05 +0000 (00:01 +0000)
src/widget.c

index 905c8738c5eb5e7b3da5fb85101e9a4a097d177c..447fc260e0043462138431f2f679afbe1c05b297 100644 (file)
@@ -973,8 +973,6 @@ EmacsFrameSetCharSize (widget, columns, rows)
       update_hints_inhibit = 0;
       update_wm_hints (ew);
 
-      do_pending_window_change ();
-
       /* These seem to get clobbered.  I don't know why. - rms.  */
       f->output_data.x->widget->core.x = old_left;
       f->output_data.x->widget->core.y = old_top;