Variable: erc--display-context

erc--display-context is a variable defined in erc.el.gz.

Value

nil

Documentation

Extra action alist items passed to display-buffer.

Non-nil when a user specifies a custom display action for certain buffer-display options, like erc-auto-reconnect-display. ERC pairs the option's symbol with a context-dependent value and adds the entry to the user-provided alist when calling pop-to-buffer or display-buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--display-context nil
  "Extra action alist items passed to `display-buffer'.
Non-nil when a user specifies a custom display action for certain
buffer-display options, like `erc-auto-reconnect-display'.  ERC
pairs the option's symbol with a context-dependent value and adds
the entry to the user-provided alist when calling `pop-to-buffer'
or `display-buffer'.")