diff 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
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el	Mon May 26 07:53:35 1997 +0000
+++ b/lisp/textmodes/ispell.el	Mon May 26 08:17:39 1997 +0000
@@ -1479,7 +1479,7 @@
       ;; So we increment the height for this case.
       (if (string-match "19\.9.*Lucid" (emacs-version))
 	  (setq height (1+ height)))
-      (let ((frame-override-unsplittable t))
+      (let ((inhibit-frame-unsplittable t))
 	(split-window nil height))
       (set-window-start (next-window) top))))