Variable: whitespace-bob-marker

whitespace-bob-marker is a variable defined in whitespace.el.gz.

Value

nil

Documentation

Used to save locally the bob marker value.

Used by function whitespace-post-command-hook (which see).

Source Code

;; Defined in /usr/src/emacs/lisp/whitespace.el.gz
(defvar whitespace-bob-marker nil
  "Used to save locally the bob marker value.
Used by function `whitespace-post-command-hook' (which see).")