changeset 1799:8e52d9366e6c

(switch-to-buffer-other-frame): Pass t to pop-to-buffer.
author Roland McGrath <roland@gnu.org>
date Thu, 14 Jan 1993 21:28:18 +0000
parents 3062204c456d
children 05cb79ebdb23
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.