Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
38c1d5e3
Commit
38c1d5e3
authored
Apr 22, 1997
by
Richard M. Stallman
Browse files
(ispell-overlay-window): Bind frame-override-unsplittable.
parent
e74231dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+2
-1
No files found.
lisp/textmodes/ispell.el
View file @
38c1d5e3
...
...
@@ -1479,7 +1479,8 @@ scrolling the current window. Leave the new window selected."
;; So we increment the height for this case.
(
if
(
string-match
"19\.9.*Lucid"
(
emacs-version
))
(
setq
height
(
1+
height
)))
(
split-window
nil
height
)
(
let
((
frame-override-unsplittable
t
))
(
split-window
nil
height
))
(
set-window-start
(
next-window
)
top
))))
...
...
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