Function: erc-settings-bind
erc-settings-bind is a byte-compiled function defined in
erc-settings.el.gz.
Signature
(erc-settings-bind &rest _)
Documentation
Set all settings in option erc-settings from current network's ID.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-settings.el.gz
(defun erc-settings-bind (&rest _)
"Set all settings in option `erc-settings' from current network's ID."
(erc-settings--set (erc-settings--gather-bindings (current-buffer))))