Function: erc-stamp--add-csf-on-post-modify
erc-stamp--add-csf-on-post-modify is a byte-compiled function defined
in erc-stamp.el.gz.
Signature
(erc-stamp--add-csf-on-post-modify)
Documentation
Add cursor-sensor-functions to narrowed buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defun erc-stamp--add-csf-on-post-modify ()
"Add `cursor-sensor-functions' to narrowed buffer."
(when (erc--check-msg-prop 'erc--ts)
(put-text-property (point-min) (1- (point-max))
'cursor-sensor-functions '(erc--echo-ts-csf))))