Function: bookmark-bmenu-other-frame

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

Signature

(bookmark-bmenu-other-frame)

Documentation

Select this line's bookmark in other frame.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-bmenu-other-frame ()
  "Select this line's bookmark in other frame."
  (interactive nil bookmark-bmenu-mode)
  (let  ((bookmark (bookmark-bmenu-bookmark))
         (pop-up-frames t))
    (bookmark-jump-other-window bookmark)))