Variable: erc-kill-buffer-hook
erc-kill-buffer-hook is a customizable variable defined in erc.el.gz.
Value
nil
Documentation
Hook run whenever a non-server or channel buffer is killed.
See also kill-buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-kill-buffer-hook nil
"Hook run whenever a non-server or channel buffer is killed.
See also `kill-buffer'."
:group 'erc-hooks
:type 'hook)