Mercurial > emacs
changeset 17539:f5fce4963979
(ispell-overlay-window): Bind frame-override-unsplittable.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 22 Apr 1997 23:25:24 +0000 |
parents | 695a4e25eb89 |
children | eb82c4de9dea |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Tue Apr 22 22:54:32 1997 +0000 +++ b/lisp/textmodes/ispell.el Tue Apr 22 23:25:24 1997 +0000 @@ -1479,7 +1479,8 @@ ;; 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))))