1
Fork 0
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:
Richard M. Stallman 1997-09-03 07:44:21 +00:00
parent f516a861b4
commit 14fc129a86

View file

@ -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))))