changeset 7122:822ad7c7e0a6

(XTread_socket) [USE_X_TOOLKIT]: Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Apr 1994 04:47:29 +0000
parents 1903032117a8
children 4f2c825cc0f8
files src/xterm.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Wed Apr 27 04:36:40 1994 +0000
+++ b/src/xterm.c	Wed Apr 27 04:47:29 1994 +0000
@@ -4133,11 +4133,8 @@
 		  {
  		    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 */
 	      }