Variable: erc-networks--copy-server-buffer-functions

erc-networks--copy-server-buffer-functions is a variable defined in erc-networks.el.gz.

Value

nil

Documentation

Abnormal hook run in new server buffers when deduping.

Passed the existing buffer to be killed, whose contents have already been copied over to the current, replacement buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
(defvar erc-networks--copy-server-buffer-functions nil
  "Abnormal hook run in new server buffers when deduping.
Passed the existing buffer to be killed, whose contents have
already been copied over to the current, replacement buffer.")