From: Richard M. Stallman Date: Tue, 6 Dec 1994 08:49:44 +0000 (+0000) Subject: (update_frame): Call calculate_costs if baud_rate changed. X-Git-Tag: emacs-19.34~5733 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c37e488971321c8e44d4716afbf8c79f7cb654e8;p=emacs.git (update_frame): Call calculate_costs if baud_rate changed. --- diff --git a/src/dispnew.c b/src/dispnew.c index 6160535c3e6..44c5536aa39 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -1195,6 +1195,9 @@ update_frame (f, force, inhibit_hairy_id) register int downto, leftmost; #endif + if (baud_rate != FRAME_COST_BAUD_RATE (f)) + calculate_costs (f); + if (preempt_count <= 0) preempt_count = 1;