Function: gnus-demon-remove-handler
gnus-demon-remove-handler is an autoloaded and byte-compiled function
defined in gnus-demon.el.gz.
Signature
(gnus-demon-remove-handler FUNCTION &optional NO-INIT)
Documentation
Remove the handler FUNCTION from the list of handlers.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-demon.el.gz
(defun gnus-demon-remove-handler (function &optional no-init)
"Remove the handler FUNCTION from the list of handlers."
(gnus-alist-pull function gnus-demon-handlers)
(unless no-init
(gnus-demon-init)))