aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-10-18 13:17:59 +0200
committerLars Ingebrigtsen2022-10-18 13:17:59 +0200
commit254536e41bf5fb62263206edb3c2d734f9cd50ef (patch)
tree7760da977b8cd2b6921404ce9fa252f0e474e4cb
parent6cabef8799eb053c593f0a5241503ccbfb616c8a (diff)
downloademacs-254536e41bf5fb62263206edb3c2d734f9cd50ef.tar.gz
emacs-254536e41bf5fb62263206edb3c2d734f9cd50ef.zip
Regenerated ldefs-boot.el
-rw-r--r--lisp/ldefs-boot.el2
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.
18748The first element on the command line should be the (main) 18748The first element on the command line should be the (main)
18749loaddefs.el output file, and the rest are the directories to 18749loaddefs.el output file, and the rest are the directories to
18750use.") 18750use.")
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