(balance-windows): Delete extraneous third arg to `enlarge-window'.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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))))))
|
||||
|
||||
Reference in New Issue
Block a user