emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c4ce09c058 1/3: Adjust autoload require in cus-dep.el


From: Lars Ingebrigtsen
Subject: master c4ce09c058 1/3: Adjust autoload require in cus-dep.el
Date: Thu, 4 Aug 2022 11:06:22 -0400 (EDT)

branch: master
commit c4ce09c058c4097ad1f291ffcd766dc538908ed0
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 47d2cac3be..bb07a0694a 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]