Function: make-erc-input

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

Signature

(make-erc-input &key STRING INSERTP SENDP)

Documentation

Constructor for objects of type erc-input.

Source Code

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