Function: nntp-async-stop
nntp-async-stop is a byte-compiled function defined in nntp.el.gz.
Signature
(nntp-async-stop PROC)
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defun nntp-async-stop (proc)
(setq nntp-async-process-list (delq proc nntp-async-process-list))
(when (and nntp-async-timer (not nntp-async-process-list))
(cancel-timer nntp-async-timer)
(setq nntp-async-timer nil)))