Function: bs-tmp-select-other-window
bs-tmp-select-other-window is an interactive and byte-compiled
function defined in bs.el.gz.
Signature
(bs-tmp-select-other-window)
Documentation
Make the other window select this line's buffer.
The current window remains selected.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/bs.el.gz
(defun bs-tmp-select-other-window ()
"Make the other window select this line's buffer.
The current window remains selected."
(interactive)
(let ((buffer (bs--current-buffer)))
(display-buffer buffer t)))