1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(balance-windows): Delete extraneous third arg to `enlarge-window'.

This commit is contained in:
Romain Francoise 2005-12-06 09:00:49 +00:00
parent 88fde92a48
commit 239f263d59
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-12-06 Romain Francoise <romain@orebokech.com>
* window.el (balance-windows): Delete extraneous third arg to
`enlarge-window'.
2005-12-06 Kenichi Handa <handa@m17n.org>
* international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.

View file

@ -293,7 +293,7 @@ If WINDOW is nil or omitted, it defaults to the currently selected window."
(when newsize
(enlarge-window (- newsize
(window-height))
nil t)
nil)
(unless (= (window-height) newsize)
(setq done nil))))))
'nomini))))))