Mercurial > emacs
changeset 19727:546bbd73087a
(ispell-overlay-window): Undo previous change;
in other words, don't bind inhibit-frame-unsplittable.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 03 Sep 1997 07:44:21 +0000 |
parents | e003f00f25ed |
children | 6fad157cece4 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Wed Sep 03 07:30:49 1997 +0000 +++ b/lisp/textmodes/ispell.el Wed Sep 03 07:44:21 1997 +0000 @@ -1496,8 +1496,7 @@ ;; 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))))