Function: erc-get-parsed-vector
erc-get-parsed-vector is a byte-compiled function defined in
erc.el.gz.
Signature
(erc-get-parsed-vector POINT)
Documentation
Return the whole parsed vector on POINT.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-get-parsed-vector (point)
"Return the whole parsed vector on POINT."
(get-text-property point 'erc-parsed))