Variable: erc-stamp--permanent-cursor-sensor-functions

erc-stamp--permanent-cursor-sensor-functions is a variable defined in erc-stamp.el.gz.

Value

nil

Documentation

Non-nil means add cursor-sensor-functions unconditionally.

This is an unofficial escape hatch for code wanting the text property cursor-sensor-functions to always be present, regardless of the option erc-echo-timestamps. Third parties needing such pre-5.6 behavior to stick around should make that known via M-x erc-bug (erc-bug).

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defvar erc-stamp--permanent-cursor-sensor-functions nil
  "Non-nil means add `cursor-sensor-functions' unconditionally.
This is an unofficial escape hatch for code wanting the text
property `cursor-sensor-functions' to always be present,
regardless of the option `erc-echo-timestamps'.  Third parties
needing such pre-5.6 behavior to stick around should make that
known via \\[erc-bug].")