Function: bookmark-bmenu-locate

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

Signature

(bookmark-bmenu-locate)

Documentation

Display the location of the bookmark for this line.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-bmenu-locate ()
  "Display the location of the bookmark for this line."
  (interactive nil bookmark-bmenu-mode)
  (let ((bmrk (bookmark-bmenu-bookmark)))
    (message "%s" (bookmark-location bmrk))))