Fix obsoletion of nntp-authinfo-file
* lisp/gnus/nntp.el (nntp-authinfo-file): Fix obsoletion.
This commit is contained in:
parent
10b6919870
commit
f5218385c0
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue