summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-31 05:50:22 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-31 05:50:22 +0000
commit954b84701afea6fafafec1183e2dbf1fd1ff2168 (patch)
tree4ec310dba0938ff73f16939fe899c3243e337ab9 /src/window.c
parent2edec47d62b08f80ed2a154f30cbc5d95c99e0c0 (diff)
downloademacs-954b84701afea6fafafec1183e2dbf1fd1ff2168.tar.gz
(Fsplit_window): Ignore FRAME_NO_SPLIT_P here.
(inhibit_frame_unsplittable): Variable deleted. (syms_of_window): Don't set up Lisp variable.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/window.c b/src/window.c
index 16b65442e77..016c0070bb5 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2397,8 +2397,6 @@ and put SIZE columns in the first of the pair.")
if (MINI_WINDOW_P (o))
error ("Attempt to split minibuffer window");
- else if (FRAME_NO_SPLIT_P (fo) && ! inhibit_frame_unsplittable)
- error ("Attempt to split unsplittable frame");
check_min_window_sizes ();
@@ -3779,13 +3777,6 @@ If there is only one window, it is split regardless of this value.");
The selected frae is the one whose configuration has changed.");
Vwindow_configuration_change_hook = Qnil;
- DEFVAR_BOOL ("inhibit-frame-unsplittable", &inhibit_frame_unsplittable,
- "Non-nil means allow splitting an `unsplittable' frame.\n\
-\(That means, a frame whise `unsplittable' parameter is non-nil.)\n\
-Packages such as Ispell that work by splitting the selected frame\n\
-can bind this, so that they will work when used in an unsplittable frame.");
- inhibit_frame_unsplittable = 0;
-
defsubr (&Sselected_window);
defsubr (&Sminibuffer_window);
defsubr (&Swindow_minibuffer_p);