diff options
author | Jim Blandy <jimb@redhat.com> | 1992-07-15 03:24:58 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-07-15 03:24:58 +0000 |
commit | 0cc89026beff8f9f7b136f4464934675fe50cfcd (patch) | |
tree | bac0be283b70cdaec9095daaeae1e3fd291c56af /lisp/window.el | |
parent | f98955eaaa3d2c459b373a7b4c5d1176a18687d9 (diff) | |
download | emacs-0cc89026beff8f9f7b136f4464934675fe50cfcd.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/window.el')
-rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index 8369789a9e7..e2a403dff58 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -40,7 +40,7 @@ even if it is active." (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))))) |