diff lisp/textmodes/ispell.el @ 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 30a3a2b1260a
children f043ffdbc80d
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))))