Function: bookmark-bmenu-this-window
bookmark-bmenu-this-window is an interactive and byte-compiled
function defined in bookmark.el.gz.
Signature
(bookmark-bmenu-this-window)
Documentation
Select this line's bookmark in this window.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-bmenu-this-window ()
"Select this line's bookmark in this window."
(interactive nil bookmark-bmenu-mode)
(bookmark-jump (bookmark-bmenu-bookmark)))