*** empty log message ***

This commit is contained in:
Jan Djärv
2008-12-20 15:31:27 +00:00
parent 972ed2462a
commit acc49a520a
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
* frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
2008-12-20 Chong Yidong <cyd@stupidchicken.com>
* minibuf.c (Fread_buffer): Doc fix.

View File

@@ -1480,6 +1480,8 @@ But FORCE inhibits this too. */)
Vframe_list = Fdelq (frame, Vframe_list);
FRAME_SET_VISIBLE (f, 0);
f->menu_bar_vector = Qnil;
free_font_driver_list (f);
xfree (f->namebuf);
xfree (f->decode_mode_spec_buffer);