aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1996-05-23 19:20:43 +0000
committerKarl Heuer1996-05-23 19:20:43 +0000
commit0c9071cd60b6e1d5207d5c858b1737846e2de821 (patch)
tree16b08820b17718efbaf5ac222f22f2c07ef0b96a /src
parent4e53f562ef17d29dc8bf79474109a9f281e10e59 (diff)
downloademacs-0c9071cd60b6e1d5207d5c858b1737846e2de821.tar.gz
emacs-0c9071cd60b6e1d5207d5c858b1737846e2de821.zip
Comment fix.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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)
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 {