Variable: bookmark-current-buffer

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

Value

nil

Documentation

The buffer in which a bookmark is currently being set or renamed.

Functions that insert strings into the minibuffer use this to know the source buffer for that information; see bookmark-yank-word for example.

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defvar bookmark-current-buffer nil
  "The buffer in which a bookmark is currently being set or renamed.
Functions that insert strings into the minibuffer use this to know
the source buffer for that information; see `bookmark-yank-word'
for example.")