Function: erc-networks-shrink-ids-and-buffer-names

erc-networks-shrink-ids-and-buffer-names is a byte-compiled function defined in erc-networks.el.gz.

Signature

(erc-networks-shrink-ids-and-buffer-names)

Documentation

Recompute network IDs and buffer names, ignoring the current buffer.

Only do so when an IRC connection's context supports qualified naming. Do not discriminate based on whether a buffer's connection is active.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
(defun erc-networks-shrink-ids-and-buffer-names ()
  "Recompute network IDs and buffer names, ignoring the current buffer.
Only do so when an IRC connection's context supports qualified
naming.  Do not discriminate based on whether a buffer's
connection is active."
  (erc-networks--shrink-ids-and-buffer-names))