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:
parent
88fde92a48
commit
239f263d59
2 changed files with 6 additions and 1 deletions
|
|
@ -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))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue