Variable: erc-track--shortened-names

erc-track--shortened-names is a variable defined in erc-track.el.gz.

Value

nil

Documentation

A cons of the last novel name-shortening params and the result.

The CAR is a hash of environmental inputs such as options and parameters passed to erc-track-shorten-function. Its effect is only really noticeable during batch processing.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
;;; Shortening of names

(defvar erc-track--shortened-names nil
  "A cons of the last novel name-shortening params and the result.
The CAR is a hash of environmental inputs such as options and
parameters passed to `erc-track-shorten-function'.  Its effect is
only really noticeable during batch processing.")