# HG changeset patch # User Richard M. Stallman # Date 869763439 0 # Node ID 7f491075707a3ff74b79031a8d78bd62aab6d38f # Parent e7a1ad118598294ce805eac088acd15d5f80dbb4 (Fdelete_frame): Undo previous change. diff -r e7a1ad118598 -r 7f491075707a src/frame.c --- a/src/frame.c Thu Jul 24 16:45:55 1997 +0000 +++ b/src/frame.c Thu Jul 24 16:57:19 1997 +0000 @@ -1071,8 +1071,12 @@ if (NILP (force) && !other_visible_frames (f)) error ("Attempt to delete the sole visible or iconified frame"); +#if 0 + /* This is a nice idea, but x_connection_closed needs to be able + to delete the last frame, if it is gone. */ if (NILP (XCONS (Vframe_list)->cdr)) error ("Attempt to delete the only frame"); +#endif /* Does this frame have a minibuffer, and is it the surrogate minibuffer for any other frame? */