diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-08-04 17:06:07 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-08-04 17:06:07 +0200 |
commit | 22a2ad13f50f4a5f8e28ce93730d665a33964b80 (patch) | |
tree | 0c037677fc2089bb2069a2e66e6793e0cea4cda2 /lisp/obsolete/autoload.el | |
parent | aa9eaac68e1a80c49932efbd3c62c53a812031ed (diff) | |
download | emacs-22a2ad13f50f4a5f8e28ce93730d665a33964b80.tar.gz emacs-22a2ad13f50f4a5f8e28ce93730d665a33964b80.tar.bz2 emacs-22a2ad13f50f4a5f8e28ce93730d665a33964b80.zip |
Add obsolete-since line to autoload.el and adjust comments
* lisp/obsolete/autoload.el: Add obsolete-since line.
Diffstat (limited to 'lisp/obsolete/autoload.el')
-rw-r--r-- | lisp/obsolete/autoload.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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: |