Variable: erc--current-line-input-split

erc--current-line-input-split is a variable defined in erc.el.gz.

Value

nil

Documentation

Current erc--input-split instance when processing user input.

This is for special cases in which a "slash" command needs details about the input it's handling or needs to detect whether it's been dispatched by erc-send-current-line.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--current-line-input-split nil
  "Current `erc--input-split' instance when processing user input.
This is for special cases in which a \"slash\" command needs
details about the input it's handling or needs to detect whether
it's been dispatched by `erc-send-current-line'.")