From: Richard M. Stallman Date: Mon, 2 Aug 1999 00:01:05 +0000 (+0000) Subject: (EmacsFrameSetCharSize): Don't call do_pending_window_change here. X-Git-Tag: emacs-pretest-21.0.90~7290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79e03a85f998391ff990c79133a1b89798262cf1;p=emacs.git (EmacsFrameSetCharSize): Don't call do_pending_window_change here. --- diff --git a/src/widget.c b/src/widget.c index 905c8738c5e..447fc260e00 100644 --- a/src/widget.c +++ b/src/widget.c @@ -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;