comparison lisp/textmodes/ispell.el @ 17955:3140e48262f9

frame-override-unsplittable/inhibit-frame-unsplittable name change.
author Simon Marshall <simon@gnu.org>
date Mon, 26 May 1997 08:17:39 +0000
parents f043ffdbc80d
children aaf5a3f7a2bd
comparison
equal deleted inserted replaced
17954:7c919d7f8217 17955:3140e48262f9
1477 ;; line) is demanded, the last line is not visible. 1477 ;; line) is demanded, the last line is not visible.
1478 ;; At least this happens on AIX 3.2, lemacs w/ Motif, font 9x15. 1478 ;; At least this happens on AIX 3.2, lemacs w/ Motif, font 9x15.
1479 ;; So we increment the height for this case. 1479 ;; So we increment the height for this case.
1480 (if (string-match "19\.9.*Lucid" (emacs-version)) 1480 (if (string-match "19\.9.*Lucid" (emacs-version))
1481 (setq height (1+ height))) 1481 (setq height (1+ height)))
1482 (let ((frame-override-unsplittable t)) 1482 (let ((inhibit-frame-unsplittable t))
1483 (split-window nil height)) 1483 (split-window nil height))
1484 (set-window-start (next-window) top)))) 1484 (set-window-start (next-window) top))))
1485 1485
1486 1486
1487 ;;; Should we add a compound word match return value? 1487 ;;; Should we add a compound word match return value?