Function: erc--input-split-insertp

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

Signature

(erc--input-split-insertp erc--input-split-insertp X)

Documentation

Access slot "insertp" of erc--input-split struct X.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
(cl-defstruct (erc--input-split (:include erc-input
                                          (string "" :read-only t)
                                          (insertp erc-insert-this)
                                          (sendp (with-suppressed-warnings
                                                     ((obsolete erc-send-this))
                                                   erc-send-this))))
  (lines nil :type (list-of string))
  (abortp nil :type (list-of symbol))
  (cmdp nil :type boolean))