(make_frame): Initialize title parameter to Qnil.

This commit is contained in:
Karl Heuer 1996-01-24 23:41:55 +00:00
parent bb87485bf2
commit 2b1c9cfb20

View file

@ -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)