aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-03 07:44:21 +0000
committerRichard M. Stallman1997-09-03 07:44:21 +0000
commit14fc129a86b79504e3df938cd4eeda88af0e29c6 (patch)
treec48bf79f1f703d7bda75356aa9eec02222a8ce44
parentf516a861b4daeb8c1f87d25967d62981ab821f0a (diff)
downloademacs-14fc129a86b79504e3df938cd4eeda88af0e29c6.tar.gz
emacs-14fc129a86b79504e3df938cd4eeda88af0e29c6.zip
(ispell-overlay-window): Undo previous change;
in other words, don't bind inhibit-frame-unsplittable.
-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."
1496 ;; So we increment the height for this case. 1496 ;; So we increment the height for this case.
1497 (if (string-match "19\.9.*Lucid" (emacs-version)) 1497 (if (string-match "19\.9.*Lucid" (emacs-version))
1498 (setq height (1+ height))) 1498 (setq height (1+ height)))
1499 (let ((inhibit-frame-unsplittable t)) 1499 (split-window nil height)
1500 (split-window nil height))
1501 (set-window-start (next-window) top)))) 1500 (set-window-start (next-window) top))))
1502 1501
1503 1502