Variable: erc-stamp--date-format-end

erc-stamp--date-format-end is a buffer-local variable defined in erc-stamp.el.gz.

Documentation

Tristate value indicating how and whether date stamps have been set up.

A non-nil value means the buffer has been initialized to use date stamps. An integer marks the substring TO parameter for truncating erc-timestamp-format-left prior to rendering. A value of t means the option's value doesn't require trimming.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defvar-local erc-stamp--date-format-end nil
  "Tristate value indicating how and whether date stamps have been set up.
A non-nil value means the buffer has been initialized to use date
stamps.  An integer marks the `substring' TO parameter for
truncating `erc-timestamp-format-left' prior to rendering.  A
value of t means the option's value doesn't require trimming.")