Variable: erc-timestamp-intangible
erc-timestamp-intangible is a customizable variable defined in
erc-stamp.el.gz.
Value
nil
Documentation
Whether the timestamps should be intangible, i.e. prevent the point from entering them and instead jump over them.
This variable was added, or its default value changed, in Emacs 24.5.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defcustom erc-timestamp-intangible nil
"Whether the timestamps should be intangible, i.e. prevent the point
from entering them and instead jump over them."
:version "24.5"
:type 'boolean)