comparison src/menu.c @ 95684:4ab45b5c92cd

Add arch tagline
author Miles Bader <miles@gnu.org>
date Sun, 08 Jun 2008 18:09:06 +0000
parents c4f5f8f64d1f
children 1c2b64c79c32
comparison
equal deleted inserted replaced
95683:95f214d05929 95684:4ab45b5c92cd
996 { 996 {
997 staticpro (&menu_items); 997 staticpro (&menu_items);
998 menu_items = Qnil; 998 menu_items = Qnil;
999 menu_items_inuse = Qnil; 999 menu_items_inuse = Qnil;
1000 } 1000 }
1001
1002 /* arch-tag: 78bbc7cf-8025-4156-aa8a-6c7fd99bf51d
1003 (do not change this comment) */