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
10689a01
Commit
10689a01
authored
Feb 17, 2000
by
Gerd Moellmann
Browse files
(make_frame): Set frame initiallly to `garbaged'.
parent
ea185644
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/frame.c
src/frame.c
+1
-1
No files found.
src/ChangeLog
View file @
10689a01
No preview for this file type
src/frame.c
View file @
10689a01
...
...
@@ -311,7 +311,7 @@ make_frame (mini_p)
f
->
auto_raise
=
0
;
f
->
auto_lower
=
0
;
f
->
no_split
=
0
;
f
->
garbaged
=
0
;
f
->
garbaged
=
1
;
f
->
has_minibuffer
=
mini_p
;
f
->
focus_frame
=
Qnil
;
f
->
explicit_name
=
0
;
...
...
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