Variable: erc--server-reconnecting

erc--server-reconnecting is a variable defined in erc-backend.el.gz.

Value

nil

Documentation

An alist of buffer-local vars and their values when reconnecting.

This is for the benefit of local modules and erc-mode-hook members so they can access buffer-local data from the previous session when reconnecting. Once erc-reuse-buffers is retired and fully removed, modules can switch to leveraging the permanent-local property instead.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defvar erc--server-reconnecting nil
  "An alist of buffer-local vars and their values when reconnecting.
This is for the benefit of local modules and `erc-mode-hook'
members so they can access buffer-local data from the previous
session when reconnecting.  Once `erc-reuse-buffers' is retired
and fully removed, modules can switch to leveraging the
`permanent-local' property instead.")