Function: erc-insert-timestamp-left

erc-insert-timestamp-left is a byte-compiled function defined in erc-stamp.el.gz.

Signature

(erc-insert-timestamp-left STRING)

Documentation

Insert timestamps at the beginning of the line.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defun erc-insert-timestamp-left (string)
  "Insert timestamps at the beginning of the line."
  (erc--insert-timestamp-left string))