Function: erc--input-split-lines

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

Signature

(erc--input-split-lines CL-X)

Documentation

Access slot "lines" of erc--input-split struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
(cl-defstruct (erc--input-split (:include erc-input))
  lines cmdp)