From: Karl Heuer Date: Thu, 23 May 1996 19:20:43 +0000 (+0000) Subject: Comment fix. X-Git-Tag: emacs-19.34~578 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c9071cd60b6e1d5207d5c858b1737846e2de821;p=emacs.git Comment fix. --- 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) {