From 14fc129a86b79504e3df938cd4eeda88af0e29c6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 3 Sep 1997 07:44:21 +0000 Subject: [PATCH] (ispell-overlay-window): Undo previous change; in other words, don't bind inhibit-frame-unsplittable. --- lisp/textmodes/ispell.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)))) -- 2.39.2