diff --git a/lisp/lib/autoloads.el b/lisp/lib/autoloads.el index 13fa53d71..e4546275d 100644 --- a/lisp/lib/autoloads.el +++ b/lisp/lib/autoloads.el @@ -167,7 +167,8 @@ hoist buggy forms into autoloads.") Autoloads will be generated from autoload cookies in FILES (except those that match one of the regexps in EXCLUDE -- a list of strings). If LITERAL is non-nil, treat FILES as pre-generated autoload files instead." - (require 'autoload) + (quiet! ; silence deprecation notices in 30+ + (require 'autoload)) (let (autoloads) (dolist (file files (nreverse (delq nil autoloads))) (when (and (not (seq-find (doom-rpartial #'string-match-p file) exclude))