]> git.eshelyaron.com Git - emacs.git/commit
Clean up nntp-send-authinfo after removing obsolete variable
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 13:37:31 +0000 (15:37 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 13:37:31 +0000 (15:37 +0200)
commit0116c660c22eb8c13c0c6eddc8cf61db0c22ca7b
treefb8ca10d5e39f5cc6212e34fae406ed55f1c62d0
parent91298084965941f7e3d42d638eb52ebd2df5c509
Clean up nntp-send-authinfo after removing obsolete variable

* lisp/gnus/nntp.el (netrc-parse, netrc-machine, netrc-get):
Remove declarations.
(nntp-send-authinfo): Now that `nntp-authinfo-file' is removed,
don't parse the .authinfo file twice, but just rely on the
auth-source functions (bug#56972).
lisp/gnus/nntp.el