Function: erc-stamp--current-time
erc-stamp--current-time is a byte-compiled function defined in
erc-stamp.el.gz.
Signature
(erc-stamp--current-time)
Documentation
Return a Lisp time object to associate with an IRC message.
This becomes the message's erc--ts text property.
Implementations
:around (erc-stamp--current-time &rest REST) in `erc-stamp.el'.
Undocumented
(erc-stamp--current-time) in `erc-stamp.el'.
Undocumented
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(cl-defgeneric erc-stamp--current-time ()
"Return a Lisp time object to associate with an IRC message.
This becomes the message's `erc--ts' text property."
(erc-compat--current-lisp-time))