# HG changeset patch # User Richard M. Stallman # Date 861751524 0 # Node ID f5fce49639796aafc591b308d9c2e9aaeaf09a57 # Parent 695a4e25eb89328522b70ac5559721dd02443a65 (ispell-overlay-window): Bind frame-override-unsplittable. diff -r 695a4e25eb89 -r f5fce4963979 lisp/textmodes/ispell.el --- 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))))