Function: erc-fill-disable
erc-fill-disable is an interactive and byte-compiled function defined
in erc-fill.el.gz.
Signature
(erc-fill-disable)
Documentation
Cleanup hooks, disable erc-fill-mode(var)/erc-fill-mode(fun).
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-fill.el.gz
(defun erc-fill-disable ()
"Cleanup hooks, disable `erc-fill-mode'."
(interactive)
(remove-hook 'erc-insert-modify-hook #'erc-fill)
(remove-hook 'erc-send-modify-hook #'erc-fill))