Variable: erc-server-reconnecting

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

This variable is obsolete since 29.1; see erc--server-reconnecting

Documentation

Non-nil if the user requests an explicit reconnect, and the current IRC process is still alive.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defvar-local erc-server-reconnecting nil
  "Non-nil if the user requests an explicit reconnect, and the
current IRC process is still alive.")