]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/pgtkterm.c (pgtk_mouse_position): Add bug ID to the comment
authorYuuki Harano <masm+github@masm11.me>
Mon, 15 Nov 2021 16:31:19 +0000 (01:31 +0900)
committerYuuki Harano <masm+github@masm11.me>
Mon, 15 Nov 2021 16:31:19 +0000 (01:31 +0900)
src/pgtkterm.c

index 5d39276a8840fa3a161608d018fb9480adc494af..f306b9c4142f4fa00cb6f1641fde1a05113175ab 100644 (file)
@@ -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 ();