# HG changeset patch # User Richard M. Stallman # Date 873272661 0 # Node ID 546bbd73087a98be93672ce48c1f27e74c1beafe # Parent e003f00f25ed8f41a614b644bc7351ea89bbad1e (ispell-overlay-window): Undo previous change; in other words, don't bind inhibit-frame-unsplittable. diff -r e003f00f25ed -r 546bbd73087a lisp/textmodes/ispell.el --- 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))))