Function: rcirc-change-major-mode-hook

rcirc-change-major-mode-hook is a byte-compiled function defined in rcirc.el.gz.

Signature

(rcirc-change-major-mode-hook)

Documentation

Part the channel when changing the major mode.

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defun rcirc-change-major-mode-hook ()
  "Part the channel when changing the major mode."
  (rcirc-clean-up-buffer "Changed major mode"))