diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-17 06:30:41 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-17 06:30:41 +0200 |
commit | dbed53839136ef0e3f283599f51a5cef00343e28 (patch) | |
tree | e23d853fa6d459df095073abac75abe9a850a2aa /lisp/gnus | |
parent | e2ccd358c9d5fe5896bab31ed4c1d5b1ad8262ce (diff) | |
parent | f5218385c064aa959650bfe49ca32795270851eb (diff) | |
download | emacs-dbed53839136ef0e3f283599f51a5cef00343e28.tar.gz emacs-dbed53839136ef0e3f283599f51a5cef00343e28.tar.bz2 emacs-dbed53839136ef0e3f283599f51a5cef00343e28.zip |
Merge from origin/emacs-28
f5218385c0 Fix obsoletion of nntp-authinfo-file
10b6919870 ; Fix typos
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/nntp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index f047c832931..9902a280d50 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el @@ -234,7 +234,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") |