emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 f5218385c0 2/2: Fix obsoletion of nntp-authinfo-file


From: Stefan Kangas
Subject: emacs-28 f5218385c0 2/2: Fix obsoletion of nntp-authinfo-file
Date: Sat, 16 Jul 2022 04:11:38 -0400 (EDT)

branch: emacs-28
commit f5218385c064aa959650bfe49ca32795270851eb
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Fix obsoletion of nntp-authinfo-file
    
    * lisp/gnus/nntp.el (nntp-authinfo-file): Fix obsoletion.
---
 lisp/gnus/nntp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el
index 038a6d0625..bdf6f62986 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")
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]