diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-07-24 21:45:28 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-07-24 21:45:28 +0000 |
commit | 62e3c31fab628e238627055d30531f19f278be40 (patch) | |
tree | 183d78731415d222092ae9f69351369e31b11968 /etc | |
parent | 5da6890d3d38158c4acace5e91888c25c9893635 (diff) | |
download | emacs-62e3c31fab628e238627055d30531f19f278be40.tar.gz |
(save-selected-window): Minor optimization.
(bw-adjust-window): If operation failed, try with a smaller delta.
(window-fixed-size-p): New function.
(window-area-factor): New var.
(balance-windows-area): New command.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ recenter the visited source file. Its value can be a number (for example, ** The mode-line display a `@' if the default-directory for the current buffer is on a remote machine, or a hyphen otherwise. +** The new command balance-window-area balances windows both vertically +and horizontally. * Startup Changes in Emacs 23.1 |