comparison 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
comparison
equal deleted inserted replaced
1798:3062204c456d 1799:8e52d9366e6c
295 295
296 (defun switch-to-buffer-other-frame (buffer) 296 (defun switch-to-buffer-other-frame (buffer)
297 "Switch to buffer BUFFER in another frame." 297 "Switch to buffer BUFFER in another frame."
298 (interactive "BSwitch to buffer in other frame: ") 298 (interactive "BSwitch to buffer in other frame: ")
299 (let ((pop-up-frames t)) 299 (let ((pop-up-frames t))
300 (pop-to-buffer buffer))) 300 (pop-to-buffer buffer t)))
301 301
302 (defun find-file (filename) 302 (defun find-file (filename)
303 "Edit file FILENAME. 303 "Edit file FILENAME.
304 Switch to a buffer visiting file FILENAME, 304 Switch to a buffer visiting file FILENAME,
305 creating one if none already exists." 305 creating one if none already exists."