Function: erc-find-parsed-property

erc-find-parsed-property is a byte-compiled function defined in erc.el.gz.

Signature

(erc-find-parsed-property)

Documentation

Find the next occurrence of the erc-parsed text property.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
;;; Dealing with `erc-parsed'

(defun erc-find-parsed-property ()
  "Find the next occurrence of the `erc-parsed' text property."
  (text-property-not-all (point-min) (point-max) 'erc-parsed nil))