Variable: erc-timestamp-last-inserted-left

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

Documentation

Last "date stamp" inserted into the left side of the buffer.

Used when erc-insert-timestamp-function is set to erc-timestamp-left-and-right. If the format string specified by erc-timestamp-format-left includes trailing newlines, this value omits the last one.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defvar-local erc-timestamp-last-inserted-left nil
  "Last \"date stamp\" inserted into the left side of the buffer.
Used when `erc-insert-timestamp-function' is set to
`erc-timestamp-left-and-right'.  If the format string specified
by `erc-timestamp-format-left' includes trailing newlines, this
value omits the last one.")