Function: erc-networks--id-ensure-comparable
erc-networks--id-ensure-comparable is a byte-compiled function defined
in erc-networks.el.gz.
Signature
(erc-networks--id-ensure-comparable SELF OTHER)
Documentation
Take measures to ensure two net identities are in comparable states.
Implementations
(erc-networks--id-ensure-comparable (NID erc-networks--id-qualifying) (OTHER erc-networks--id-qualifying)) in `erc-networks.el'.
Grow NID along with that of the current buffer. Rename the current buffer if its NID has grown.
(erc-networks--id-ensure-comparable (_ erc-networks--id) (_ erc-networks--id)) in `erc-networks.el'.
Undocumented
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
(cl-defgeneric erc-networks--id-ensure-comparable (self other)
"Take measures to ensure two net identities are in comparable states.")