]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust autoload require in cus-dep.el
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 15:03:14 +0000 (17:03 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 15:03:14 +0000 (17:03 +0200)
* lisp/cus-dep.el (loaddefs-gen): Don't require autoload, because
none of the functions are used.

lisp/cus-dep.el

index 47d2cac3be14568f33acba069b221108e3d97bc3..bb07a0694a1c3d8dff3b2562ec8f7797976fa36f 100644 (file)
@@ -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.