(make_frame): Initialize title parameter to Qnil.
This commit is contained in:
parent
bb87485bf2
commit
2b1c9cfb20
1 changed files with 1 additions and 3 deletions
|
|
@ -297,11 +297,9 @@ make_frame (mini_p)
|
|||
f->buffer_predicate = Qnil;
|
||||
#ifdef MULTI_KBOARD
|
||||
f->kboard = initial_kboard;
|
||||
#endif
|
||||
#ifdef MULTI_FRAME
|
||||
f->title = Qnil;
|
||||
#endif
|
||||
f->namebuf = 0;
|
||||
f->title = Qnil;
|
||||
|
||||
root_window = make_window ();
|
||||
if (mini_p)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue