comparison src/menubar-msw.c @ 253:157b30c96d03 r20-5b25

Import from CVS: tag r20-5b25
author cvs
date Mon, 13 Aug 2007 10:20:27 +0200
parents 677f6a0ee643
children 084402c475ba
comparison
equal deleted inserted replaced
252:afb15df44434 253:157b30c96d03
805 current_hashtable = Qnil; 805 current_hashtable = Qnil;
806 806
807 staticpro (&current_menudesc); 807 staticpro (&current_menudesc);
808 staticpro (&current_hashtable); 808 staticpro (&current_hashtable);
809 809
810 Fprovide (intern ("mswindows-menubars"));
811 }