Function: erc-get

erc-get is a byte-compiled function defined in erc-networks.el.gz.

This function is obsolete since 31.1; erc-settings schema incompatible with PoC from 2002

Signature

(erc-get &rest UNKNOWN)

Documentation

Retrieve configuration values from erc-settings.

WARNING: this function is a non-functioning remnant from a long-abandoned experiment. ERC may redefine it using the same name for any purpose at any time.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
;; Longtime occupant of this file `erc-settings' was repurposed in ERC
;; 5.7 and moved to erc-settings.el.

;; Attempting to provide a "working" version of this function would be
;; nonsensical because `erc-settings' now has a completely different
;; layout than the unfinished version from `erc-networks' (circa 2002).
(defun erc-get (var &optional net target)
  "Retrieve configuration values from `erc-settings'.

WARNING: this function is a non-functioning remnant from a
long-abandoned experiment.  ERC may redefine it using the same
name for any purpose at any time.

\(fn &rest UNKNOWN)"
  (declare (obsolete "`erc-settings' schema incompatible with PoC from 2002"
                     "31.1"))
  (ignore var net target))