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
;; For existing buffers, `erc-open' reinitializes a core set of local
;; variables in addition to some text, such as the prompt.  It expects
;; module activation functions to do the same for assets they manage.
;; However, "stateful" modules, whose functionality depends on the
;; evolution of a buffer's content, may need to reconcile state during
;; a merge.  An example might be a module that provides consistent
;; timestamps: it should ensure time values don't decrease.
(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.")