# HG changeset patch # User Andreas Schwab # Date 1012753252 0 # Node ID 917bf04536ab41453aad6c02ecff7d59a246e57a # Parent 498ce4f8a77a3397c0b95d5d78a9e060239c3734 (balance-windows): Fix misplaced parenthesis. diff -r 498ce4f8a77a -r 917bf04536ab lisp/window.el --- a/lisp/window.el Sun Feb 03 15:35:39 2002 +0000 +++ b/lisp/window.el Sun Feb 03 16:20:52 2002 +0000 @@ -217,7 +217,7 @@ (if newbot (setq newsizes (cons (cons w (* level-size (- newbot newtop))) - newsizes))))))) + newsizes)))))) 'nomini) ;; Make walk-windows start with the topmost window. (select-window (previous-window (frame-first-window (selected-frame)))) @@ -237,7 +237,7 @@ nil t) (unless (= (window-height) newsize) (setq done nil)))))) - 'nomini))))) + 'nomini)))))) ;;; I think this should be the default; I think people will prefer it--rms. (defcustom split-window-keep-point t