(switch-to-buffer-other-frame): Raise the frame.
This commit is contained in:
parent
fb3b7de5e9
commit
336b7f4160
1 changed files with 2 additions and 1 deletions
|
@ -443,7 +443,8 @@ unlike `file-truename'."
|
|||
"Switch to buffer BUFFER in another frame."
|
||||
(interactive "BSwitch to buffer in other frame: ")
|
||||
(let ((pop-up-frames t))
|
||||
(pop-to-buffer buffer t)))
|
||||
(pop-to-buffer buffer t)
|
||||
(raise-frame (window-frame (selected-window)))))
|
||||
|
||||
(defun find-file (filename)
|
||||
"Edit file FILENAME.
|
||||
|
|
Loading…
Add table
Reference in a new issue