Function: nntp-handle-authinfo

nntp-handle-authinfo is a byte-compiled function defined in nntp.el.gz.

Signature

(nntp-handle-authinfo PROCESS)

Documentation

Take care of an authinfo response from the server.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
;;; Internal functions.

(defun nntp-handle-authinfo (process)
  "Take care of an authinfo response from the server."
  (let ((last nntp-last-command))
    (funcall nntp-authinfo-function)
    ;; We have to re-send the function that was interrupted by
    ;; the authinfo request.
    (nntp-erase-buffer nntp-server-buffer)
    (nntp-send-string process last)))