# HG changeset patch # User Roland McGrath # Date 727046898 0 # Node ID 8e52d9366e6c85170c27bcf14be3958f988f8cd8 # Parent 3062204c456db922bac7b54e167cb40a427b3a8b (switch-to-buffer-other-frame): Pass t to pop-to-buffer. diff -r 3062204c456d -r 8e52d9366e6c lisp/files.el --- a/lisp/files.el Thu Jan 14 21:20:01 1993 +0000 +++ b/lisp/files.el Thu Jan 14 21:28:18 1993 +0000 @@ -297,7 +297,7 @@ "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.