Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
91a78190
Commit
91a78190
authored
May 27, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(syms_of_window): Initialize inhibit_frame_unsplittable.
parent
ae5a0dd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/window.c
src/window.c
+2
-1
No files found.
src/window.c
View file @
91a78190
...
...
@@ -119,7 +119,7 @@ Lisp_Object Vwindow_configuration_change_hook;
at the same screen height as previously. */
static
int
scroll_preserve_screen_position
;
/* Non
-nil
means we can split a frame even if it is "unsplittable". */
/* Non
zero
means we can split a frame even if it is "unsplittable". */
static
int
inhibit_frame_unsplittable
;
#define min(a, b) ((a) < (b) ? (a) : (b))
...
...
@@ -3784,6 +3784,7 @@ The selected frae is the one whose configuration has changed.");
\(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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment