Variable: erc-stamp--current-time

erc-stamp--current-time is a variable defined in erc-stamp.el.gz.

Value

nil

Documentation

The current time when calling erc-insert-timestamp-function.

Specifically, this is the same Lisp time object used to create the stamp passed to erc-insert-timestamp-function.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defvar erc-stamp--current-time nil
  "The current time when calling `erc-insert-timestamp-function'.
Specifically, this is the same Lisp time object used to create
the stamp passed to `erc-insert-timestamp-function'.")