comparison lisp/textmodes/ispell.el @ 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 d63cf1409d9c
children e5c1c49b6be5
comparison
equal deleted inserted replaced
19726:e003f00f25ed 19727:546bbd73087a
1494 ;; line) is demanded, the last line is not visible. 1494 ;; line) is demanded, the last line is not visible.
1495 ;; At least this happens on AIX 3.2, lemacs w/ Motif, font 9x15. 1495 ;; At least this happens on AIX 3.2, lemacs w/ Motif, font 9x15.
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
1504 ;;; Should we add a compound word match return value? 1503 ;;; Should we add a compound word match return value?
1505 (defun ispell-parse-output (output) 1504 (defun ispell-parse-output (output)