From: Richard M. Stallman Date: Wed, 3 Sep 1997 07:44:21 +0000 (+0000) Subject: (ispell-overlay-window): Undo previous change; X-Git-Tag: emacs-20.1~221 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14fc129a86b79504e3df938cd4eeda88af0e29c6;p=emacs.git (ispell-overlay-window): Undo previous change; in other words, don't bind inhibit-frame-unsplittable. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 51073451667..79ca7737979 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -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))))