Function: erc-networks--id-fixed-create

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

Signature

(erc-networks--id-fixed-create GIVEN)

Documentation

Constructor for objects of type erc-networks--id-fixed.

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)))))