aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c
index d75a8424a56..53272f91757 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -86,7 +86,7 @@ init_menu_items (void)
86 if (NILP (menu_items)) 86 if (NILP (menu_items))
87 { 87 {
88 menu_items_allocated = 60; 88 menu_items_allocated = 60;
89 menu_items = Fmake_vector (make_fixnum (menu_items_allocated), Qnil); 89 menu_items = make_nil_vector (menu_items_allocated);
90 } 90 }
91 91
92 menu_items_inuse = Qt; 92 menu_items_inuse = Qt;