Variable: bookmark-current-bookmark

bookmark-current-bookmark is a buffer-local variable defined in bookmark.el.gz.

Documentation

Name of bookmark most recently used in the current file.

It is buffer local, used to make moving a bookmark forward through a file easier.

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defvar-local bookmark-current-bookmark nil
  "Name of bookmark most recently used in the current file.
It is buffer local, used to make moving a bookmark forward
through a file easier.")