comparison src/keyboard.c @ 6812:ba2176fd811c

(make_lispy_event): Initialize item.
author Karl Heuer <kwzh@gnu.org>
date Tue, 12 Apr 1994 00:50:00 +0000
parents 8310b2eb6b06
children 1862df471cac
comparison
equal deleted inserted replaced
6811:d84152a9b7e5 6812:ba2176fd811c
2506 XFASTINT (event->y) = 1; 2506 XFASTINT (event->y) = 1;
2507 #else /* not USE_X_TOOLKIT */ 2507 #else /* not USE_X_TOOLKIT */
2508 int hpos; 2508 int hpos;
2509 int i; 2509 int i;
2510 2510
2511 item = Qnil;
2511 items = FRAME_MENU_BAR_ITEMS (f); 2512 items = FRAME_MENU_BAR_ITEMS (f);
2512 for (i = 0; i < XVECTOR (items)->size; i += 3) 2513 for (i = 0; i < XVECTOR (items)->size; i += 3)
2513 { 2514 {
2514 Lisp_Object pos, string; 2515 Lisp_Object pos, string;
2515 string = XVECTOR (items)->contents[i + 1]; 2516 string = XVECTOR (items)->contents[i + 1];