From: Gerd Möllmann Date: Mon, 9 Dec 2024 05:41:09 +0000 (+0100) Subject: ; Add an autoload cookie for native-compile-prune-cache X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d5f1fc9319e38661b8a440b4a5c8c6654115772;p=emacs.git ; 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) --- 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)