From 42ea8c21b48a49d52d1d6ea6e4a9af5abc19afdd Mon Sep 17 00:00:00 2001 From: Yuuki Harano Date: Tue, 16 Nov 2021 01:31:19 +0900 Subject: [PATCH] ; * src/pgtkterm.c (pgtk_mouse_position): Add bug ID to the comment --- src/pgtkterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- 2.39.5