1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

Add obsolete-since header to netrc.el

* lisp/obsolete/netrc.el: Add obsolete-since header (bug#56976).
This commit is contained in:
Lars Ingebrigtsen 2022-08-04 17:14:23 +02:00
parent 4483de6a4c
commit 8810330f30
2 changed files with 8 additions and 0 deletions

View File

@ -356,6 +356,11 @@ Use something like 'M-x shell RET ssh <host> RET' instead.
** The autoload.el library is now obsolete.
It is superseded by the loaddefs-gen.el library.
---
** The netrc.el library is now obsolete.
Use the 'auth-source-netrc-parse-all' function in auth-source.el
instead.
---
** The url-dired.el library is now obsolete.

View File

@ -4,6 +4,9 @@
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; Keywords: news
;; Obsolete-since: 29.1
;;
;; Instead of using `netrc-parse', use `auth-source-netrc-parse-all'.
;;
;; Modularized by Ted Zlatanov <tzz@lifelogs.com>
;; when it was part of Gnus.