*** empty log message ***
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user