* dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil (Bug#7533).
This commit is contained in:
parent
37bf6ce2b4
commit
6ed96c33f0
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue