Function: Buffer-menu-other-window
Buffer-menu-other-window is an interactive and byte-compiled function
defined in buff-menu.el.gz.
Signature
(Buffer-menu-other-window)
Documentation
Select this line's buffer in other window, leaving buffer menu visible.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/buff-menu.el.gz
(defun Buffer-menu-other-window ()
"Select this line's buffer in other window, leaving buffer menu visible."
(interactive nil Buffer-menu-mode)
(let ((display-buffer-overriding-action
'(nil (inhibit-same-window . t))))
(switch-to-buffer-other-window (Buffer-menu-buffer t))))