From fa239be7bb7b7acca1171f2b011a8627fecc4ea7 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 23 May 1996 19:20:43 +0000 Subject: Comment fix. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index abe7499f98f..aa9138a4bad 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -5129,7 +5129,7 @@ menu_bar_items (old) } } - /* Add nil, nil, nil at the end. */ + /* Add nil, nil, nil, nil at the end. */ i = menu_bar_items_index; if (i + 4 > XVECTOR (menu_bar_items_vector)->size) { -- cgit v1.2.1