(switch-to-buffer-other-frame): Pass t to pop-to-buffer.

This commit is contained in:
Roland McGrath 1993-01-14 21:28:18 +00:00
parent b0c33a9470
commit 2be5e5dbe6

View file

@ -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.