From b8ee67b6963a913d2842d69686f92f690c78cc50 Mon Sep 17 00:00:00 2001 From: Gerd Möllmann Date: Mon, 9 Dec 2024 06:41:09 +0100 Subject: ; Add an autoload cookie for native-compile-prune-cache * lisp/emacs-lisp/comp.el (native-compile-prune-cache): Make it autoload. --- lisp/emacs-lisp/comp.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/emacs-lisp/comp.el') diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index f37bb965ffb..2966ed255ac 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) -- cgit v1.2.3