Function: bookmark-bmenu-other-window

bookmark-bmenu-other-window is an interactive and byte-compiled function defined in bookmark.el.gz.

Signature

(bookmark-bmenu-other-window)

Documentation

Select this line's bookmark in other window, leaving bookmark menu visible.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-bmenu-other-window ()
  "Select this line's bookmark in other window, leaving bookmark menu visible."
  (interactive nil bookmark-bmenu-mode)
  (let ((bookmark (bookmark-bmenu-bookmark)))
    (bookmark--jump-via bookmark 'switch-to-buffer-other-window)))