Variable: bookmark-end-of-version-stamp-marker

bookmark-end-of-version-stamp-marker is a variable defined in bookmark.el.gz.

Value

"-*- End Of Bookmark File Format Version Stamp -*-\n"

Documentation

This string marks the end of the version stamp in a bookmark file.

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defconst bookmark-end-of-version-stamp-marker
  "-*- End Of Bookmark File Format Version Stamp -*-\n"
  "This string marks the end of the version stamp in a bookmark file.")