diff lisp/files.el @ 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 ac890f97e78b
children c9b4ece292cc
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.