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