diff options
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r-- | lisp/textmodes/ispell.el | 3 |
1 files changed, 1 insertions, 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)))) |