diff lisp/textmodes/ispell.el @ 19727:546bbd73087a

(ispell-overlay-window): Undo previous change; in other words, don't bind inhibit-frame-unsplittable.
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Sep 1997 07:44:21 +0000
parents d63cf1409d9c
children e5c1c49b6be5
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el	Wed Sep 03 07:30:49 1997 +0000
+++ b/lisp/textmodes/ispell.el	Wed Sep 03 07:44:21 1997 +0000
@@ -1496,8 +1496,7 @@
       ;; 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))))