Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
acc49a52
Commit
acc49a52
authored
Dec 20, 2008
by
Jan Djärv
Browse files
*** empty log message ***
parent
972ed246
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/frame.c
src/frame.c
+2
-0
No files found.
src/ChangeLog
View file @
acc49a52
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.
...
...
src/frame.c
View file @
acc49a52
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment