Fix obsoletion of nntp-authinfo-file

* lisp/gnus/nntp.el (nntp-authinfo-file): Fix obsoletion.
This commit is contained in:
Stefan Kangas 2022-07-16 09:59:51 +02:00
parent 10b6919870
commit f5218385c0

View file

@ -233,7 +233,7 @@ server there that you can connect to. See also
(const :format "" "password")
(string :format "Password: %v")))))))
(make-obsolete 'nntp-authinfo-file nil "24.1")
(make-obsolete-variable 'nntp-authinfo-file 'netrc-file "24.1")