]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix obsoletion of nntp-authinfo-file
authorStefan Kangas <stefan@marxist.se>
Sat, 16 Jul 2022 07:59:51 +0000 (09:59 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 16 Jul 2022 08:11:18 +0000 (10:11 +0200)
* lisp/gnus/nntp.el (nntp-authinfo-file): Fix obsoletion.

lisp/gnus/nntp.el

index 038a6d0625fc66f3be0136b943790a30fa66cc73..bdf6f629866f40cdf01794b474a6320ef5aba34e 100644 (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")
 
 \f