if (EQ (mini, Qnone) || NILP (mini))
f = make_frame_without_minibuffer (Qnil, kb, Qnil);
else if (EQ (mini, Qonly))
- {
-# if 0 /* No interest in this feature at the moment. */
- f = make_minibuffer_frame ();
- /* Not sure about this, plus the unsplittable frame
- param. */
- f->no_split = true;
-# endif
- }
+ error ("minibuffer-only child frames are not implemented");
else if (WINDOWP (mini))
f = make_frame_without_minibuffer (mini, kb, Qnil);
}
(Lisp_Object frame1, Lisp_Object frame2, Lisp_Object above)
{
/* FIXME/tty: tty-frame-restack implementation. */
+ error ("tty-frame-restack is not implemented");
return Qnil;
}