projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac710e6
)
Adjust autoload require in cus-dep.el
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 4 Aug 2022 15:03:14 +0000
(17:03 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/cus-dep.el
b/lisp/cus-dep.el
index 47d2cac3be14568f33acba069b221108e3d97bc3..bb07a0694a1c3d8dff3b2562ec8f7797976fa36f 100644
(file)
--- 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.