emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b8ee67b6963 1/2: ; Add an autoload cookie for native-compile-prun


From: Gerd Moellmann
Subject: master b8ee67b6963 1/2: ; Add an autoload cookie for native-compile-prune-cache
Date: Mon, 9 Dec 2024 09:18:16 -0500 (EST)

branch: master
commit b8ee67b6963a913d2842d69686f92f690c78cc50
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    ; 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(+)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]