Function: erc-networks--id-fixed-p
erc-networks--id-fixed-p is a byte-compiled function defined in
erc-networks.el.gz.
Signature
(erc-networks--id-fixed-p CL-X)
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
(cl-defstruct (erc-networks--id-fixed
(:include erc-networks--id)
(:constructor erc-networks--id-fixed-create
(given &aux (ts (float-time)) (symbol given)))))