From: Richard M. Stallman Date: Wed, 15 Mar 1995 23:06:57 +0000 (+0000) Subject: (balance-windows): Ignore minibuffer window when browsing the `levels'. X-Git-Tag: emacs-19.34~4829 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce27e1b0b3a2a54d577652416a368f871faece3d;p=emacs.git (balance-windows): Ignore minibuffer window when browsing the `levels'. --- diff --git a/lisp/window.el b/lisp/window.el index eafded0572b..a0fcb130ff9 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -65,7 +65,8 @@ even if it is active." count))) (setq newsizes (cons (cons w (* size (- newbot newtop))) - newsizes)))))) + newsizes))))) + 'nomini) (walk-windows (function (lambda (w) (select-window w) (let ((newsize (cdr (assq w newsizes))))