Variable: whitespace-eob-marker

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

Value

nil

Documentation

Used to save locally the eob marker value.

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

Source Code

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