Function: nntp-find-connection-entry
nntp-find-connection-entry is a byte-compiled function defined in
nntp.el.gz.
Signature
(nntp-find-connection-entry BUFFER)
Documentation
Return the entry for the connection to BUFFER.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defsubst nntp-find-connection-entry (buffer)
"Return the entry for the connection to BUFFER."
(assq (nntp-find-connection buffer) nntp-connection-alist))