comparison src/keyboard.c @ 15284:546fea3a3d3d

Comment fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 23 May 1996 19:20:43 +0000
parents f32de56357a1
children 7824cf167226
comparison
equal deleted inserted replaced
15283:b2be450a8da4 15284:546fea3a3d3d
5127 XVECTOR (menu_bar_items_vector)->contents[end - 1] = tem3; 5127 XVECTOR (menu_bar_items_vector)->contents[end - 1] = tem3;
5128 break; 5128 break;
5129 } 5129 }
5130 } 5130 }
5131 5131
5132 /* Add nil, nil, nil at the end. */ 5132 /* Add nil, nil, nil, nil at the end. */
5133 i = menu_bar_items_index; 5133 i = menu_bar_items_index;
5134 if (i + 4 > XVECTOR (menu_bar_items_vector)->size) 5134 if (i + 4 > XVECTOR (menu_bar_items_vector)->size)
5135 { 5135 {
5136 Lisp_Object tem; 5136 Lisp_Object tem;
5137 int newsize = 2 * i; 5137 int newsize = 2 * i;