Variable: erc--pre-clear-functions
erc--pre-clear-functions is a variable defined in erc.el.gz.
Value
nil
Documentation
Abnormal hook run when truncating buffers.
Called with position indicating boundary of interval to be excised.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--pre-clear-functions nil
"Abnormal hook run when truncating buffers.
Called with position indicating boundary of interval to be excised.")