fix: resolve split-window-sensibly
patch conflict
This commit is contained in:
parent
1445e74457
commit
a02587b2d4
|
@ -1351,7 +1351,7 @@ split."
|
||||||
(unless (or (eq w window)
|
(unless (or (eq w window)
|
||||||
(window-dedicated-p w))
|
(window-dedicated-p w))
|
||||||
(throw 'done nil)))
|
(throw 'done nil)))
|
||||||
frame)
|
frame nil 'nomini)
|
||||||
t)))
|
t)))
|
||||||
(not (window-minibuffer-p window))
|
(not (window-minibuffer-p window))
|
||||||
(let (((el-patch-swap split-height-threshold
|
(let (((el-patch-swap split-height-threshold
|
||||||
|
|
Loading…
Reference in a new issue