diff --git a/src/xterm.c b/src/xterm.c index 1fdeab0b1cc..06f45450035 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -4133,8 +4133,11 @@ XTread_socket (sd, bufp, numchars, waitp, expected) { f = x_any_window_to_frame (event.xbutton.window); if (f && event.type == ButtonPress) + goto OTHER; +#if 0 construct_menu_click (&emacs_event, &event, f); +#endif } #endif /* USE_X_TOOLKIT */ }