From c4ce09c058c4097ad1f291ffcd766dc538908ed0 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 4 Aug 2022 17:03:14 +0200 Subject: [PATCH] Adjust autoload require in cus-dep.el * lisp/cus-dep.el (loaddefs-gen): Don't require autoload, because none of the functions are used. --- lisp/cus-dep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 47d2cac3be1..bb07a0694a1 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -37,7 +37,7 @@ ldefs-boot\\|cus-load\\|finder-inf\\|esh-groups\\|subdirs\\)\\.el$\\)" "Regexp matching file names not to scan for `custom-make-dependencies'.") -(require 'autoload) +(require 'loaddefs-gen) ;; Hack workaround for bug#14384. ;; Define defcustom-mh as an alias for defcustom, etc. -- 2.39.2