diff options
| author | Eli Zaretskii | 2022-08-18 16:30:32 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-08-18 16:30:32 +0300 |
| commit | e75822fba6ee5f1cced6b87305fc0f444803feb7 (patch) | |
| tree | 4b92a8aa66ab6aaa2884afe596d5bda2a4cc8bd6 | |
| parent | b9c6c0fb7bf396aa7ef0c53778211544d0c3499f (diff) | |
| download | emacs-e75822fba6ee5f1cced6b87305fc0f444803feb7.tar.gz emacs-e75822fba6ee5f1cced6b87305fc0f444803feb7.zip | |
; Fix a typo in autoload.el
* lisp/obsolete/autoload.el (update-directory-autoloads): Fix
obsolescence version. (Bug#57276)
| -rw-r--r-- | lisp/obsolete/autoload.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/autoload.el b/lisp/obsolete/autoload.el index 4df8f0ce6c7..680df739e0b 100644 --- a/lisp/obsolete/autoload.el +++ b/lisp/obsolete/autoload.el | |||
| @@ -713,7 +713,7 @@ autoload definitions. When called from Lisp, use the existing | |||
| 713 | value of `generated-autoload-file'. If any Lisp file binds | 713 | value of `generated-autoload-file'. If any Lisp file binds |
| 714 | `generated-autoload-file' as a file-local variable, write its | 714 | `generated-autoload-file' as a file-local variable, write its |
| 715 | autoloads into the specified file instead." | 715 | autoloads into the specified file instead." |
| 716 | (declare (obsolete loaddefs-generate "28.1")) | 716 | (declare (obsolete loaddefs-generate "29.1")) |
| 717 | (interactive "DUpdate autoloads from directory: ") | 717 | (interactive "DUpdate autoloads from directory: ") |
| 718 | (make-directory-autoloads | 718 | (make-directory-autoloads |
| 719 | dirs | 719 | dirs |