Variable: erc-timestamp-last-inserted-left
erc-timestamp-last-inserted-left is a buffer-local variable defined in
erc-stamp.el.gz.
Documentation
Last timestamp inserted into the left 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-left nil
"Last timestamp inserted into the left side of the buffer.
This is used when `erc-insert-timestamp-function' is set to
`erc-timestamp-left-and-right'")