Function: make-erc--channel-mode-types

make-erc--channel-mode-types is a byte-compiled function defined in erc-common.el.gz.

Signature

(make-erc--channel-mode-types &key KEY FALLBACKP TABLE SHORTARGS)

Documentation

Constructor for objects of type erc--channel-mode-types(var)/erc--channel-mode-types(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
(cl-defstruct (erc--channel-mode-types (:include erc--isupport-data))
  "Server-local \"CHANMODES\" data."
  (fallbackp nil :type boolean)
  (table (make-char-table 'erc--channel-mode-types) :type char-table)
  (shortargs (make-hash-table :test #'equal)))