Function: nntp-accept-response

nntp-accept-response is a byte-compiled function defined in nntp.el.gz.

Signature

(nntp-accept-response)

Documentation

Wait for output from the process that outputs to BUFFER.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defun nntp-accept-response ()
  "Wait for output from the process that outputs to BUFFER."
  (nntp-accept-process-output (nntp-find-connection nntp-server-buffer)))