Function: erc-set-network-name

erc-set-network-name is a byte-compiled function defined in erc-networks.el.gz.

Signature

(erc-set-network-name PROC PARSED)

Documentation

Set erc-network(var)/erc-network(fun) to the value returned by erc-determine-network.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
(defun erc-set-network-name (_proc _parsed)
  "Set `erc-network' to the value returned by `erc-determine-network'."
  (unless erc-server-connected
    (setq erc-network (erc-determine-network)))
  nil)