summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-03 07:44:21 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-03 07:44:21 +0000
commit14fc129a86b79504e3df938cd4eeda88af0e29c6 (patch)
treec48bf79f1f703d7bda75356aa9eec02222a8ce44 /lisp/textmodes/ispell.el
parentf516a861b4daeb8c1f87d25967d62981ab821f0a (diff)
downloademacs-14fc129a86b79504e3df938cd4eeda88af0e29c6.tar.gz
(ispell-overlay-window): Undo previous change;
in other words, don't bind inhibit-frame-unsplittable.
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r--lisp/textmodes/ispell.el3
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))))