Variable: erc-timestamp-last-inserted-right

erc-timestamp-last-inserted-right is a buffer-local variable defined in erc-stamp.el.gz.

Documentation

Last timestamp inserted into the right side of the buffer.

This is used when erc-insert-timestamp-function is set to erc-timestamp-left-and-right

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defvar-local erc-timestamp-last-inserted-right nil
  "Last timestamp inserted into the right side of the buffer.
This is used when `erc-insert-timestamp-function' is set to
`erc-timestamp-left-and-right'")