From 22a2ad13f50f4a5f8e28ce93730d665a33964b80 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 4 Aug 2022 17:06:07 +0200 Subject: [PATCH] Add obsolete-since line to autoload.el and adjust comments * lisp/obsolete/autoload.el: Add obsolete-since line. --- etc/NEWS | 4 ++++ lisp/obsolete/autoload.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index ef3e1f0a557..314fa870edd 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -352,6 +352,10 @@ Use something like 'M-x shell RET ssh 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. diff --git a/lisp/obsolete/autoload.el b/lisp/obsolete/autoload.el index 6ad8e81363a..a56f31629e5 100644 --- a/lisp/obsolete/autoload.el +++ b/lisp/obsolete/autoload.el @@ -5,6 +5,7 @@ ;; Author: Roland McGrath ;; 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: -- 2.39.2