diff options
| author | YAMAMOTO Mitsuharu | 2019-06-30 15:26:27 +0900 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2019-06-30 15:26:27 +0900 |
| commit | 82d6b390b5e11183d5a16776f861d9e73395eeb1 (patch) | |
| tree | 257639ce4dde1fbf2744b5b12c1002bfb2bae957 /src | |
| parent | f5b2fd5e46505d68850fb8532357d4218f067c48 (diff) | |
| download | emacs-82d6b390b5e11183d5a16776f861d9e73395eeb1.tar.gz emacs-82d6b390b5e11183d5a16776f861d9e73395eeb1.zip | |
* src/xfns.c (Fx_show_tip): Call flush_frame. (Bug#34819)
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. */) | |||
| 6962 | 6962 | ||
| 6963 | w->must_be_updated_p = true; | 6963 | w->must_be_updated_p = true; |
| 6964 | update_single_window (w); | 6964 | update_single_window (w); |
| 6965 | flush_frame (tip_f); | ||
| 6965 | set_buffer_internal_1 (old_buffer); | 6966 | set_buffer_internal_1 (old_buffer); |
| 6966 | unbind_to (count_1, Qnil); | 6967 | unbind_to (count_1, Qnil); |
| 6967 | windows_or_buffers_changed = old_windows_or_buffers_changed; | 6968 | windows_or_buffers_changed = old_windows_or_buffers_changed; |