diff lisp/window.el @ 779:c2dbf1fe0506

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Wed, 15 Jul 1992 03:24:58 +0000
parents 9c89fd7ddd41
children cd6b1e1da3fc
line wrap: on
line diff
--- a/lisp/window.el	Wed Jul 15 02:24:58 1992 +0000
+++ b/lisp/window.el	Wed Jul 15 03:24:58 1992 +0000
@@ -40,7 +40,7 @@
     (walk-windows (function (lambda (w)
 			      (setq count (+ count 1))))
 		  'nomini)
-    (let ((size (/ (screen-height) count)))
+    (let ((size (/ (frame-height) count)))
       (walk-windows (function (lambda (w)
 				(select-window w)
 				(enlarge-window (- size (window-height)))))