Variable: bookmark-fringe-mark

bookmark-fringe-mark is a customizable variable defined in bookmark.el.gz.

Value

bookmark-mark

Documentation

The fringe bitmap to mark bookmarked lines with.

If nil, don't display a mark on the fringe.

This variable was added, or its default value changed, in Emacs 29.1.

View in manual

Probably introduced at or before Emacs version 29.1.

Aliases

bookmark-set-fringe-mark (obsolete since 29.1)

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defcustom bookmark-fringe-mark 'bookmark-mark
  "The fringe bitmap to mark bookmarked lines with.
If nil, don't display a mark on the fringe."
  :type '(choice (const nil) fringe-bitmap)
  :set #'fringe-custom-set-bitmap
  :version "29.1")