Variable: erc-networks--transplant-target-buffer-function

erc-networks--transplant-target-buffer-function is a variable defined in erc-networks.el.gz.

Value

erc-networks--transplant-buffer-content

Documentation

Function to rename and merge the contents of two target buffers.

Called with the donating buffer to be killed and buffer to receive the transplant. Consuming modules can leave a marker at the beginning of the latter buffer to access the insertion point, if needing to do things like adjust invisibility properties, etc.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
(defvar erc-networks--transplant-target-buffer-function
  #'erc-networks--transplant-buffer-content
  "Function to rename and merge the contents of two target buffers.
Called with the donating buffer to be killed and buffer to receive the
transplant.  Consuming modules can leave a marker at the beginning of
the latter buffer to access the insertion point, if needing to do things
like adjust invisibility properties, etc.")