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
14fc129a
Commit
14fc129a
authored
Sep 03, 1997
by
Richard M. Stallman
Browse files
(ispell-overlay-window): Undo previous change;
in other words, don't bind inhibit-frame-unsplittable.
parent
f516a861
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+1
-2
No files found.
lisp/textmodes/ispell.el
View file @
14fc129a
...
...
@@ -1496,8 +1496,7 @@ 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
)))
(
let
((
inhibit-frame-unsplittable
t
))
(
split-window
nil
height
))
(
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