(switch-to-buffer-other-frame): Pass t to pop-to-buffer.
This commit is contained in:
parent
b0c33a9470
commit
2be5e5dbe6
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ containing it, until no links are left at any level."
|
|||
"Switch to buffer BUFFER in another frame."
|
||||
(interactive "BSwitch to buffer in other frame: ")
|
||||
(let ((pop-up-frames t))
|
||||
(pop-to-buffer buffer)))
|
||||
(pop-to-buffer buffer t)))
|
||||
|
||||
(defun find-file (filename)
|
||||
"Edit file FILENAME.
|
||||
|
|
Loading…
Add table
Reference in a new issue