From: Po Lu Date: Fri, 15 Sep 2023 02:35:06 +0000 (+0800) Subject: ; * src/xterm.c (handle_one_xevent): Cite the bug meant to be fixed. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1442f4043a761e9bdeeb4e1fbe9822c2987c1502;p=emacs.git ; * src/xterm.c (handle_one_xevent): Cite the bug meant to be fixed. --- diff --git a/src/xterm.c b/src/xterm.c index 9ca7817b8db..bd779cb21bf 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -20587,7 +20587,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, /* Apply the fix for bug#57468 on GTK 3.x and no toolkit builds, but not GTK+ 2.x and X toolkit builds, where it is required - to treat implicit focus correctly. */ + to treat implicit focus correctly. (bug#65919) */ #if defined USE_X_TOOLKIT || (defined USE_GTK && !defined HAVE_GTK3) if (x_top_window_to_frame (dpyinfo, event->xcrossing.window)) x_detect_focus_change (dpyinfo, any, event, &inev.ie);