]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 23 May 1996 19:20:43 +0000 (19:20 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 23 May 1996 19:20:43 +0000 (19:20 +0000)
src/keyboard.c

index abe7499f98f39c8e9bec7f92e9b2eedd84ecef89..aa9138a4bad3fd63e6f58b50ef9cf0a86b11d2bd 100644 (file)
@@ -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)
     {