Function: erc-networks--id-fixed-ts

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

Signature

(erc-networks--id-fixed-ts CL-X)

Documentation

Access slot "ts" of erc-networks--id-fixed struct CL-X.

Creation timestamp.

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