]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/pgtkterm.c (map_event): Remove record_asynch_buffer_change call.
authorYuuki Harano <masm+github@masm11.me>
Sun, 13 Dec 2020 17:05:29 +0000 (02:05 +0900)
committerYuuki Harano <masm+github@masm11.me>
Sun, 13 Dec 2020 17:05:29 +0000 (02:05 +0900)
src/pgtkterm.c

index f59bc85288e827e3e7a5db6f5dc2bffec718a5ac..568de7ca8db5f520e8f0aebce53f6c0ca7674964 100644 (file)
@@ -5949,10 +5949,6 @@ map_event (GtkWidget * widget, GdkEvent * event, gpointer * user_data)
          inev.ie.kind = DEICONIFY_EVENT;
          XSETFRAME (inev.ie.frame_or_window, f);
        }
-      else if (!NILP (Vframe_list) && !NILP (XCDR (Vframe_list)))
-       /* Force a redisplay sooner or later to update the
-          frame titles in case this is the second frame.  */
-       record_asynch_buffer_change ();
     }
 
   if (inev.ie.kind != NO_EVENT)