From: Yuuki Harano Date: Mon, 15 Nov 2021 16:31:19 +0000 (+0900) Subject: ; * src/pgtkterm.c (pgtk_mouse_position): Add bug ID to the comment X-Git-Tag: emacs-29.0.90~3659 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42ea8c21b48a49d52d1d6ea6e4a9af5abc19afdd;p=emacs.git ; * src/pgtkterm.c (pgtk_mouse_position): Add bug ID to the comment --- diff --git a/src/pgtkterm.c b/src/pgtkterm.c index 5d39276a884..f306b9c4142 100644 --- a/src/pgtkterm.c +++ b/src/pgtkterm.c @@ -3350,7 +3350,7 @@ pgtk_mouse_position (struct frame **fp, int insist, Lisp_Object * bar_window, } } - /* f1 can be a terminal frame. */ + /* f1 can be a terminal frame. Bug#50322 */ if (f1 == NULL || !FRAME_PGTK_P (f1)) { unblock_input ();