]> git.eshelyaron.com Git - emacs.git/commitdiff
Add obsolete-since line to autoload.el and adjust comments
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 15:06:07 +0000 (17:06 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 15:06:07 +0000 (17:06 +0200)
* lisp/obsolete/autoload.el: Add obsolete-since line.

etc/NEWS
lisp/obsolete/autoload.el

index ef3e1f0a5572cd64f6645ffb2ccc932185b5a49e..314fa870edda7ad6900154d0130787337886d898 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -352,6 +352,10 @@ Use something like 'M-x shell RET ssh <host> RET' instead.
 ---
 ** The url-about.el library is now obsolete.
 
+---
+** The autoload.el library is now obsolete.
+It is superseded by the loaddefs-gen.el library.
+
 ---
 ** The url-dired.el library is now obsolete.
 
index 6ad8e81363abdbd011dbcff8ef6f96353869da89..a56f31629e59bf8a17e4bc61b91902bb64ee045d 100644 (file)
@@ -5,6 +5,7 @@
 ;; Author: Roland McGrath <roland@gnu.org>
 ;; Keywords: maint
 ;; Package: emacs
+;; Obsolete-since: 29.1
 
 ;; This file is part of GNU Emacs.
 
@@ -28,8 +29,7 @@
 ;; Lisp source files in various useful ways.  To learn more, read the
 ;; source; if you're going to use this, you'd better be able to.
 
-;; The functions in this file have been largely superseded by
-;; loaddefs-gen.el.
+;; The functions in this file have been superseded by loaddefs-gen.el.
 
 ;;; Code: