Function: erc-stamp-inserting-date-stamp-p

erc-stamp-inserting-date-stamp-p is a byte-compiled function defined in erc-stamp.el.gz.

Signature

(erc-stamp-inserting-date-stamp-p)

Documentation

Return non-nil if the narrowed buffer contains a date stamp.

Expect to be called by members of erc-insert-modify-hook and erc-insert-post-hook to detect whether the message being inserted is a date stamp.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defun erc-stamp-inserting-date-stamp-p ()
  "Return non-nil if the narrowed buffer contains a date stamp.
Expect to be called by members of `erc-insert-modify-hook' and
`erc-insert-post-hook' to detect whether the message being
inserted is a date stamp."
  (erc--check-msg-prop 'erc--msg 'datestamp))