]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/xfns.c (Fx_show_tip): Call flush_frame. (Bug#34819)
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 30 Jun 2019 06:26:27 +0000 (15:26 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 30 Jun 2019 06:26:27 +0000 (15:26 +0900)
src/xfns.c

index 6d14fecde15629dd9fb8e1f4e9f1f15accb17146..f0e29627d9383b29537dcffdf30b74f6f3d32ad6 100644 (file)
@@ -6962,6 +6962,7 @@ Text larger than the specified size is clipped.  */)
 
   w->must_be_updated_p = true;
   update_single_window (w);
+  flush_frame (tip_f);
   set_buffer_internal_1 (old_buffer);
   unbind_to (count_1, Qnil);
   windows_or_buffers_changed = old_windows_or_buffers_changed;