* dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil (Bug#7533).

This commit is contained in:
Martin Rudalics 2010-12-04 17:43:51 -05:00 committed by Chong Yidong
parent 37bf6ce2b4
commit 6ed96c33f0
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-12-04 Martin Rudalics <rudalics@gmx.at>
* dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
(Bug#7533).
2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
* files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.

View file

@ -2755,7 +2755,8 @@ name, or the marker and a count of marked files."
;; that's possible. (Bug#1806)
(split-window-vertically))
;; Otherwise, try to split WINDOW sensibly.
(split-window-sensibly window)))))
(split-window-sensibly window))))
pop-up-frames)
(pop-to-buffer (get-buffer-create buf)))
;; If dired-shrink-to-fit is t, make its window fit its contents.
(when dired-shrink-to-fit