]> git.eshelyaron.com Git - emacs.git/commitdiff
(XTread_socket) [USE_X_TOOLKIT]: Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 27 Apr 1994 04:47:29 +0000 (04:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 27 Apr 1994 04:47:29 +0000 (04:47 +0000)
src/xterm.c

index f2a45d6514f8581b3a453059763aa74ec6035161..9594722d52ea021de10ccd1ddafc983c3fbdb335 100644 (file)
@@ -4133,11 +4133,8 @@ 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 */
              }