Function: erc--isupport-data-key

erc--isupport-data-key is a byte-compiled function defined in erc-common.el.gz.

Signature

(erc--isupport-data-key erc--isupport-data-key X)

Documentation

Access slot "key" of erc--isupport-data struct X.

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)))