aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYuuki Harano2021-11-16 01:31:19 +0900
committerYuuki Harano2021-11-16 01:31:19 +0900
commit42ea8c21b48a49d52d1d6ea6e4a9af5abc19afdd (patch)
treea5d17abf73af80dbe4ef6a92f2ed99f6445ae405 /src
parent20dd24c3a058d85f5e92311038fe4f561f00bf8f (diff)
downloademacs-42ea8c21b48a49d52d1d6ea6e4a9af5abc19afdd.tar.gz
emacs-42ea8c21b48a49d52d1d6ea6e4a9af5abc19afdd.zip
; * src/pgtkterm.c (pgtk_mouse_position): Add bug ID to the comment
Diffstat (limited to 'src')
-rw-r--r--src/pgtkterm.c2
1 files changed, 1 insertions, 1 deletions
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,
3350 } 3350 }
3351 } 3351 }
3352 3352
3353 /* f1 can be a terminal frame. */ 3353 /* f1 can be a terminal frame. Bug#50322 */
3354 if (f1 == NULL || !FRAME_PGTK_P (f1)) 3354 if (f1 == NULL || !FRAME_PGTK_P (f1))
3355 { 3355 {
3356 unblock_input (); 3356 unblock_input ();