From 7d5f1fc9319e38661b8a440b4a5c8c6654115772 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerd=20M=C3=B6llmann?= Date: Mon, 9 Dec 2024 06:41:09 +0100 Subject: [PATCH] ; Add an autoload cookie for native-compile-prune-cache * lisp/emacs-lisp/comp.el (native-compile-prune-cache): Make it autoload. (cherry picked from commit b8ee67b6963a913d2842d69686f92f690c78cc50) --- lisp/emacs-lisp/comp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index f77c017bdd2..44d31c4e935 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -3739,6 +3739,7 @@ variable \"NATIVE_DISABLED\" is set, only byte compile." (comp--write-bytecode-file eln-file) (setq command-line-args-left (cdr command-line-args-left))))) +;;;###autoload (defun native-compile-prune-cache () "Remove .eln files that aren't applicable to the current Emacs invocation." (interactive) -- 2.39.5