From: Karl Heuer Date: Wed, 24 Jan 1996 23:41:55 +0000 (+0000) Subject: (make_frame): Initialize title parameter to Qnil. X-Git-Tag: emacs-19.34~1557 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b1c9cfb20ac510c87dba2e903400e899772eb2d;p=emacs.git (make_frame): Initialize title parameter to Qnil. --- diff --git a/src/frame.c b/src/frame.c index 4c467007c12..707a0d26a55 100644 --- a/src/frame.c +++ b/src/frame.c @@ -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)