From: Lars Ingebrigtsen Date: Thu, 4 Aug 2022 15:03:14 +0000 (+0200) Subject: Adjust autoload require in cus-dep.el X-Git-Tag: emacs-29.0.90~1447^2~445 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c4ce09c058c4097ad1f291ffcd766dc538908ed0;p=emacs.git Adjust autoload require in cus-dep.el * lisp/cus-dep.el (loaddefs-gen): Don't require autoload, because none of the functions are used. --- 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.