Function: bookmark-get-front-context-string
bookmark-get-front-context-string is a byte-compiled function defined
in bookmark.el.gz.
Signature
(bookmark-get-front-context-string BOOKMARK-NAME-OR-RECORD)
Documentation
Return the front-context-string of BOOKMARK-NAME-OR-RECORD, or nil if none.
Source Code
;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-get-front-context-string (bookmark-name-or-record)
"Return the front-context-string of BOOKMARK-NAME-OR-RECORD, or nil if none."
(bookmark-prop-get bookmark-name-or-record 'front-context-string))