]> git.eshelyaron.com Git - emacs.git/commitdiff
(update_frame): Call calculate_costs if baud_rate changed.
authorRichard M. Stallman <rms@gnu.org>
Tue, 6 Dec 1994 08:49:44 +0000 (08:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 6 Dec 1994 08:49:44 +0000 (08:49 +0000)
src/dispnew.c

index 6160535c3e603c78ac8f287acadf52fbe9fd639e..44c5536aa39f40396622d0712e26bc4981ef7510 100644 (file)
@@ -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;