diff options
| author | Yuuki Harano | 2020-12-14 02:05:29 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2020-12-14 02:05:29 +0900 |
| commit | a44cd7c88121bb0e04bdf13d73e15f085cf3b085 (patch) | |
| tree | 3dcd6df6769804f75c5407f4a528bfe95fc6bcac /src | |
| parent | 3e30047ce3a81dd0879973012abbf570d3215dfd (diff) | |
| download | emacs-a44cd7c88121bb0e04bdf13d73e15f085cf3b085.tar.gz emacs-a44cd7c88121bb0e04bdf13d73e15f085cf3b085.zip | |
* src/pgtkterm.c (map_event): Remove record_asynch_buffer_change call.
Diffstat (limited to 'src')
| -rw-r--r-- | src/pgtkterm.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pgtkterm.c b/src/pgtkterm.c index f59bc85288e..568de7ca8db 100644 --- a/src/pgtkterm.c +++ b/src/pgtkterm.c | |||
| @@ -5949,10 +5949,6 @@ map_event (GtkWidget * widget, GdkEvent * event, gpointer * user_data) | |||
| 5949 | inev.ie.kind = DEICONIFY_EVENT; | 5949 | inev.ie.kind = DEICONIFY_EVENT; |
| 5950 | XSETFRAME (inev.ie.frame_or_window, f); | 5950 | XSETFRAME (inev.ie.frame_or_window, f); |
| 5951 | } | 5951 | } |
| 5952 | else if (!NILP (Vframe_list) && !NILP (XCDR (Vframe_list))) | ||
| 5953 | /* Force a redisplay sooner or later to update the | ||
| 5954 | frame titles in case this is the second frame. */ | ||
| 5955 | record_asynch_buffer_change (); | ||
| 5956 | } | 5952 | } |
| 5957 | 5953 | ||
| 5958 | if (inev.ie.kind != NO_EVENT) | 5954 | if (inev.ie.kind != NO_EVENT) |