Function: make-erc--input-split
make-erc--input-split is a byte-compiled function defined in
erc-common.el.gz.
Signature
(make-erc--input-split &key STRING INSERTP SENDP LINES CMDP)
Documentation
Constructor for objects of type erc--input-split.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
(cl-defstruct (erc--input-split (:include erc-input))
lines cmdp)