# HG changeset patch # User Paul Reilly # Date 781100806 0 # Node ID 2ac31fc0facbdad02aa98b0c2c916fcb1780ca2f # Parent 968bb25ec1af58dffee9be89bf87e644f615b332 (make_lispy_event): Do not set item. Now handled in xmenu.c by (popup_get_selection). diff -r 968bb25ec1af -r 2ac31fc0facb src/keyboard.c --- a/src/keyboard.c Sun Oct 02 12:14:00 1994 +0000 +++ b/src/keyboard.c Sun Oct 02 12:26:46 1994 +0000 @@ -2662,13 +2662,7 @@ if (! (event->modifiers & down_modifier)) return Qnil; -#ifdef USE_X_TOOLKIT - /* The click happened in the menubar. - Look for the menu item selected. */ - item = map_event_to_object (event, f); - - XFASTINT (event->y) = 1; -#else /* not USE_X_TOOLKIT */ +#ifndef USE_X_TOOLKIT item = Qnil; items = FRAME_MENU_BAR_ITEMS (f); for (i = 0; i < XVECTOR (items)->size; i += 3)