Function: erc--channel-mode-types-fallbackp

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

Signature

(erc--channel-mode-types-fallbackp erc--channel-mode-types-fallbackp X)

Documentation

Access slot "fallbackp" of erc--channel-mode-types(var)/erc--channel-mode-types(fun) struct 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)))