]> git.eshelyaron.com Git - emacs.git/commitdiff
(make_frame): Initialize title parameter to Qnil.
authorKarl Heuer <kwzh@gnu.org>
Wed, 24 Jan 1996 23:41:55 +0000 (23:41 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 24 Jan 1996 23:41:55 +0000 (23:41 +0000)
src/frame.c

index 4c467007c12004fb2774cf6b0f4c329c32433889..707a0d26a55f6e45ab2a3c1e4a820737f9c8eaee 100644 (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)