From 82d6b390b5e11183d5a16776f861d9e73395eeb1 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sun, 30 Jun 2019 15:26:27 +0900 Subject: [PATCH] * src/xfns.c (Fx_show_tip): Call flush_frame. (Bug#34819) --- src/xfns.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xfns.c b/src/xfns.c index 6d14fecde15..f0e29627d93 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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; -- 2.39.2