Function: erc--channel-mode-types-shortargs

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

Signature

(erc--channel-mode-types-shortargs CL-X)

Documentation

Access slot "shortargs" of erc--channel-mode-types(var)/erc--channel-mode-types(fun) struct CL-X.

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