diff options
| author | Lars Ingebrigtsen | 2022-10-18 13:17:59 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-10-18 13:17:59 +0200 |
| commit | 254536e41bf5fb62263206edb3c2d734f9cd50ef (patch) | |
| tree | 7760da977b8cd2b6921404ce9fa252f0e474e4cb | |
| parent | 6cabef8799eb053c593f0a5241503ccbfb616c8a (diff) | |
| download | emacs-254536e41bf5fb62263206edb3c2d734f9cd50ef.tar.gz emacs-254536e41bf5fb62263206edb3c2d734f9cd50ef.zip | |
Regenerated ldefs-boot.el
| -rw-r--r-- | lisp/ldefs-boot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 357a29258b5..b992846b0b6 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -18748,7 +18748,7 @@ This scans for ;;;###autoload forms and related things. | |||
| 18748 | The first element on the command line should be the (main) | 18748 | The first element on the command line should be the (main) |
| 18749 | loaddefs.el output file, and the rest are the directories to | 18749 | loaddefs.el output file, and the rest are the directories to |
| 18750 | use.") | 18750 | use.") |
| 18751 | (load "theme-loaddefs.el") | 18751 | (load "theme-loaddefs.el" t) |
| 18752 | (register-definition-prefixes "loaddefs-gen" '("autoload-" "generated-autoload-" "loaddefs-generate--" "no-update-autoloads")) | 18752 | (register-definition-prefixes "loaddefs-gen" '("autoload-" "generated-autoload-" "loaddefs-generate--" "no-update-autoloads")) |
| 18753 | 18753 | ||
| 18754 | 18754 | ||