Function: erc-networks--id-create

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

Signature

(erc-networks--id-create ID)

Documentation

Invoke an appropriate constructor for an erc-networks--id object.

Implementations

(erc-networks--id-create (_ symbol) (NIL ((&context with-suppressed-warnings ((obsolete erc-reuse-buffers) (free-vars erc-reuse-buffers)) erc-reuse-buffers) . null))) in `erc-networks.el'.

Undocumented

(erc-networks--id-create (_ null) (NIL ((&context with-suppressed-warnings ((obsolete erc-reuse-buffers) (free-vars erc-reuse-buffers)) erc-reuse-buffers) . null))) in `erc-networks.el'.

Undocumented

(erc-networks--id-create (_ null) (NIL ((&context with-suppressed-warnings ((obsolete erc-rename-buffers) (free-vars erc-rename-buffers)) erc-rename-buffers) . null))) in `erc-networks.el'.

Undocumented

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

Undocumented

(erc-networks--id-create (ID symbol)) in `erc-networks.el'.

Undocumented

(erc-networks--id-create ID) in `erc-networks.el'.

Undocumented

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
;; As a catch-all, derive the symbol from the unquoted printed repr.
(cl-defgeneric erc-networks--id-create (id)
  "Invoke an appropriate constructor for an `erc-networks--id' object."
  (erc-networks--id-fixed-create (intern (format "%s" id))))