mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(ispell-overlay-window): Undo previous change;
in other words, don't bind inhibit-frame-unsplittable.
This commit is contained in:
parent
f516a861b4
commit
14fc129a86
1 changed files with 1 additions and 2 deletions
|
|
@ -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))))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue