Function: erc-stamp--propertize-left-date-stamp
erc-stamp--propertize-left-date-stamp is a byte-compiled function
defined in erc-stamp.el.gz.
Signature
(erc-stamp--propertize-left-date-stamp &rest _)
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defun erc-stamp--propertize-left-date-stamp (&rest _)
(add-text-properties (point-min) (1- (point-max)) '(field erc-timestamp))
(run-hooks 'erc-stamp--insert-date-hook))