From: Stefan Kangas Date: Sat, 16 Jul 2022 07:59:51 +0000 (+0200) Subject: Fix obsoletion of nntp-authinfo-file X-Git-Tag: emacs-28.1.91~41 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5218385c064aa959650bfe49ca32795270851eb;p=emacs.git Fix obsoletion of nntp-authinfo-file * lisp/gnus/nntp.el (nntp-authinfo-file): Fix obsoletion. --- diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index 038a6d0625f..bdf6f629866 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el @@ -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")