(dired-pop-to-buffer): Fix last fix.
This commit is contained in:
parent
19998f14b6
commit
b50e9ccf43
1 changed files with 2 additions and 1 deletions
|
|
@ -2688,7 +2688,8 @@ name, or the marker and a count of marked files."
|
|||
"Pop up buffer BUF in a way suitable for Dired."
|
||||
(let ((split-window-preferred-function
|
||||
(lambda (window)
|
||||
(or (and (window-splittable-p (selected-window))
|
||||
(or (and (let ((split-height-threshold 0))
|
||||
(window-splittable-p (selected-window)))
|
||||
;; Try to split the selected window vertically if
|
||||
;; that's possible. (Bug#1806)
|
||||
(split-window-vertically))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue