emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/pgtk 42ea8c2: ; * src/pgtkterm.c (pgtk_mouse_position): Add bug


From: Yuuki Harano
Subject: feature/pgtk 42ea8c2: ; * src/pgtkterm.c (pgtk_mouse_position): Add bug ID to the comment
Date: Mon, 15 Nov 2021 11:31:52 -0500 (EST)

branch: feature/pgtk
commit 42ea8c21b48a49d52d1d6ea6e4a9af5abc19afdd
Author: Yuuki Harano <masm+github@masm11.me>
Commit: Yuuki Harano <masm+github@masm11.me>

    ; * 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 5d39276..f306b9c 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 ();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]