Variable: erc-keep-place-indicator-buffer-type

erc-keep-place-indicator-buffer-type is a customizable variable defined in erc-goodies.el.gz.

Value

t

Documentation

ERC buffer type in which to display keep-place-indicator.

A value of t means "all" ERC buffers.

This variable was added, or its default value changed, in ERC version
5.6.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
(defcustom erc-keep-place-indicator-buffer-type t
  "ERC buffer type in which to display `keep-place-indicator'.
A value of t means \"all\" ERC buffers."
  :group 'erc
  :package-version '(ERC . "5.6")
  :type '(choice (const t) (const server) (const target)))