mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(switch-to-buffer-other-frame): Raise the frame.
This commit is contained in:
parent
fb3b7de5e9
commit
336b7f4160
@ -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…
Reference in New Issue
Block a user