]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-overlay-window): Undo previous change;
authorRichard M. Stallman <rms@gnu.org>
Wed, 3 Sep 1997 07:44:21 +0000 (07:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 3 Sep 1997 07:44:21 +0000 (07:44 +0000)
in other words, don't bind inhibit-frame-unsplittable.

lisp/textmodes/ispell.el

index 510734516672ced379526d9715b63b9d7d764b0a..79ca7737979d1bb2205e779a74a91b30c2598bdf 100644 (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))))