]> git.eshelyaron.com Git - emacs.git/commitdiff
Document obsoletion of netrc-parse better
authorStefan Kangas <stefan@marxist.se>
Thu, 4 Aug 2022 15:35:20 +0000 (17:35 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 4 Aug 2022 15:38:39 +0000 (17:38 +0200)
* lisp/obsolete/netrc.el (netrc-parse): Add 'obsolete' declaration
pointing to 'auth-source-netrc-parse-all' for documentation purposes.

lisp/obsolete/netrc.el

index e01c9daad67a59e7795f0346a6e9d1d262f396df..9d3ae315141d7933411e88bc0e558807c49b7fa4 100644 (file)
@@ -53,6 +53,7 @@
 
 (defun netrc-parse (&optional file)
   "Parse FILE and return a list of all entries in the file."
+  (declare (obsolete auth-source-netrc-parse-all "29.1"))
   (interactive "fFile to Parse: ")
   (unless file
     (setq file netrc-file))