Function: erc-match--setup
erc-match--setup is a byte-compiled function defined in
erc-match.el.gz.
Signature
(erc-match--setup)
Documentation
Add an erc-match property to the local spec.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-match.el.gz
(defun erc-match--setup ()
"Add an `erc-match' property to the local spec."
;; Hopefully, this will be extended to do the same for other
;; invisible properties managed by this module.
(if erc-match-mode
(erc-match-toggle-hidden-fools +1)
(erc-match-toggle-hidden-fools -1)))