Variable: erc-timestamp-right-column
erc-timestamp-right-column is a customizable variable defined in
erc-stamp.el.gz.
Value
nil
Documentation
If non-nil, the column at which the timestamp is inserted,
if the timestamp is to be printed to the right. If nil,
erc-insert-timestamp-right will use other means to determine
the correct column.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defcustom erc-timestamp-right-column nil
"If non-nil, the column at which the timestamp is inserted,
if the timestamp is to be printed to the right. If nil,
`erc-insert-timestamp-right' will use other means to determine
the correct column."
:type '(choice
(integer :tag "Column number")
(const :tag "Unspecified" nil)))