Function: erc-input-sendp

erc-input-sendp is a byte-compiled function defined in erc.el.gz.

Signature

(erc-input-sendp CL-X)

Documentation

Access slot "sendp" of erc-input struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(cl-defstruct erc-input
  string insertp sendp)