Function: make-erc--isupport-data
make-erc--isupport-data is a byte-compiled function defined in
erc-common.el.gz.
Signature
(make-erc--isupport-data &key KEY)
Documentation
Constructor for objects of type erc--isupport-data.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
(cl-defstruct erc--isupport-data
"Abstract \"class\" for parsed ISUPPORT data.
For use with the macro `erc--with-isupport-data'."
(key nil :type (or null cons)))