Function: erc-networks--id-given

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

Signature

(erc-networks--id-given NET-ID)

Documentation

Return the preassigned identifier for a network context, if any.

When non-nil, assume NET-ID originated from an :id argument to entry-point commands erc-tls or erc.

Implementations

(erc-networks--id-given (NID erc-networks--id-fixed)) in `erc-networks.el'.

Undocumented

(erc-networks--id-given _) in `erc-networks.el'.

Undocumented

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
;; For now, please use this instead of `erc-networks--id-fixed-p'.
(cl-defgeneric erc-networks--id-given (net-id)
  "Return the preassigned identifier for a network context, if any.
When non-nil, assume NET-ID originated from an `:id' argument to
entry-point commands `erc-tls' or `erc'.")